Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ regress
Method
regress
JSAT/src/jsat/regression/RANSAC.java:305–309 ·
view source on GitHub ↗
(DataPoint data)
Source
from the content-addressed store, hash-verified
303
304
305
@Override
306
public
double regress(DataPoint data)
307
{
308
return
baseRegressor.regress(data);
309
}
310
311
@Override
312
public
void
train(RegressionDataSet dataSet, ExecutorService threadPool)
Callers
1
testClone
Method · 0.95
Calls
1
regress
Method · 0.65
Tested by
1
testClone
Method · 0.76