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

Method trainC

JSAT/src/jsat/classifiers/PriorClassifier.java:44–48  ·  view source on GitHub ↗
(ClassificationDataSet dataSet, ExecutorService threadPool)

Source from the content-addressed store, hash-verified

42 }
43
44 @Override
45 public void trainC(ClassificationDataSet dataSet, ExecutorService threadPool)
46 {
47 trainC(dataSet);
48 }
49
50 @Override
51 public void trainC(ClassificationDataSet dataSet)

Callers

nothing calls this directly

Calls 8

getNumOfCategoriesMethod · 0.80
getPredictingMethod · 0.80
incProbMethod · 0.80
getDataPointCategoryMethod · 0.80
getSampleSizeMethod · 0.45
getWeightMethod · 0.45
getDataPointMethod · 0.45
normalizeMethod · 0.45

Tested by

no test coverage detected