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

Method trainC

JSAT/src/jsat/classifiers/linear/SDCA.java:309–313  ·  view source on GitHub ↗
(ClassificationDataSet dataSet, ExecutorService threadPool)

Source from the content-addressed store, hash-verified

307 }
308
309 @Override
310 public void trainC(ClassificationDataSet dataSet, ExecutorService threadPool)
311 {
312 trainC(dataSet);
313 }
314
315 @Override
316 public void trainC(ClassificationDataSet dataSet)

Callers 5

testScaleMethod · 0.95
testSetCMethod · 0.95
testWarmOtherMethod · 0.95

Calls 5

trainProxSDCAMethod · 0.95
getNumOfCategoriesMethod · 0.80
getPredictingMethod · 0.80
getDataPointCategoryMethod · 0.80
getSampleSizeMethod · 0.45

Tested by 5

testScaleMethod · 0.76
testSetCMethod · 0.76
testWarmOtherMethod · 0.76