MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / trainC

Method trainC

JSAT/src/jsat/classifiers/linear/SCD.java:167–171  ·  view source on GitHub ↗
(ClassificationDataSet dataSet, ExecutorService threadPool)

Source from the content-addressed store, hash-verified

165 }
166
167 @Override
168 public void trainC(ClassificationDataSet dataSet, ExecutorService threadPool)
169 {
170 trainC(dataSet);
171 }
172
173 @Override
174 public void trainC(ClassificationDataSet dataSet)

Callers 1

Calls 4

trainMethod · 0.95
getDataPointCategoryMethod · 0.80
getNumericColumnsMethod · 0.80
getSampleSizeMethod · 0.45

Tested by 1