MCPcopy Create free account
hub / github.com/bgrimstad/splinter / getGrid

Function getGrid

include/datatable.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 const std::multiset<DataPoint>& getSamples() const {return samples;}
51
52 std::vector<std::set<double>> getGrid() const { return grid; }
53 std::vector< std::vector<double> > getTableX() const;
54 std::vector<double> getVectorY() const;
55

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected