Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bgrimstad/splinter
/ addSample
Method
addSample
src/datatable.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void DataTable::addSample(double x, double y)
50
{
51
addSample(DataPoint(x, y));
52
}
53
54
void DataTable::addSample(std::vector<double> x, double y)
55
{
Callers
6
sampleTestFunction
Function · 0.80
sample
Function · 0.80
operator+
Function · 0.80
operator-
Function · 0.80
splinter_datatable_add_samples_row_major
Function · 0.80
splinter_datatable_add_samples_col_major
Function · 0.80
Calls
4
getNumSamples
Function · 0.85
Exception
Class · 0.85
getDimX
Method · 0.80
DataPoint
Class · 0.50
Tested by
2
sampleTestFunction
Function · 0.64
sample
Function · 0.64