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

Method trainC

JSAT/src/jsat/classifiers/boosting/LogitBoost.java:145–148  ·  view source on GitHub ↗
(ClassificationDataSet dataSet, ExecutorService threadPool)

Source from the content-addressed store, hash-verified

143 }
144
145 public void trainC(ClassificationDataSet dataSet, ExecutorService threadPool)
146 {
147 trainC(dataSet);
148 }
149
150 public void trainC(ClassificationDataSet dataSet)
151 {

Callers 2

testCloneMethod · 0.95
callMethod · 0.95

Calls 14

PMethod · 0.95
setWeightMethod · 0.95
trainMethod · 0.95
getClassSizeMethod · 0.80
getAsFloatDPPListMethod · 0.80
getDataPointCategoryMethod · 0.80
cloneMethod · 0.65
getSampleSizeMethod · 0.45
getDataPointMethod · 0.45
getMethod · 0.45
minMethod · 0.45
maxMethod · 0.45

Tested by 1

testCloneMethod · 0.76