MCPcopy Index your code
hub / github.com/EdwardRaff/JSAT / trainC

Method trainC

JSAT/src/jsat/classifiers/linear/NewGLMNET.java:278–282  ·  view source on GitHub ↗
(ClassificationDataSet dataSet, ExecutorService threadPool)

Source from the content-addressed store, hash-verified

276 }
277
278 @Override
279 public void trainC(ClassificationDataSet dataSet, ExecutorService threadPool)
280 {
281 trainC(dataSet);
282 }
283
284 @Override
285 public void trainC(ClassificationDataSet dataSet, Classifier warmSolution, ExecutorService threadPool)

Callers 2

testSetCMethod · 0.95
testWarmOtherMethod · 0.95

Calls 3

trainMethod · 0.95
getRawWeightMethod · 0.95
getBiasMethod · 0.95

Tested by 2

testSetCMethod · 0.76
testWarmOtherMethod · 0.76