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

Method trainC

JSAT/src/jsat/classifiers/Classifier.java:35–35  ·  view source on GitHub ↗

Trains the classifier and constructs a model for classification using the given data set. If the training method knows how, it will used the threadPool to conduct training in parallel. This method will block until the training has completed. @param dataSet the data set to train on @param t

(ClassificationDataSet dataSet, ExecutorService threadPool)

Source from the content-addressed store, hash-verified

33 * @throws FailedToFitException if the model is unable to be constructed for some reason
34 */
35 public void trainC(ClassificationDataSet dataSet, ExecutorService threadPool);
36 /**
37 * Trains the classifier and constructs a model for classification using the
38 * given data set.

Callers 15

testCloneMethod · 0.95
testCloneMethod · 0.95
trainCMethod · 0.95
evaluationWorkMethod · 0.95
classifyMethod · 0.95
trainCMethod · 0.95
trainCMethod · 0.95
trainCMethod · 0.95
trainCMethod · 0.95
trainCMethod · 0.95
trainCMethod · 0.95
trainCMethod · 0.95

Implementers 15

DumbWeightHolderJSAT/test/jsat/classifiers/linear/NewG
PriorClassifierJSAT/src/jsat/classifiers/PriorClassif
RocchioJSAT/src/jsat/classifiers/Rocchio.java
OneVSOneJSAT/src/jsat/classifiers/OneVSOne.jav
MajorityVoteJSAT/src/jsat/classifiers/MajorityVote
OneVSAllJSAT/src/jsat/classifiers/OneVSAll.jav
MultinomialLogisticRegressionJSAT/src/jsat/classifiers/MultinomialL
DANNJSAT/src/jsat/classifiers/knn/DANN.jav
LWLJSAT/src/jsat/classifiers/knn/LWL.java
NearestNeighbourJSAT/src/jsat/classifiers/knn/NearestN
BBRJSAT/src/jsat/classifiers/linear/BBR.j
SDCAJSAT/src/jsat/classifiers/linear/SDCA.

Calls

no outgoing calls

Tested by 15

testCloneMethod · 0.76
testCloneMethod · 0.76
testCloneMethod · 0.52
testCloneMethod · 0.52
testCloneMethod · 0.52
testTrainWarmCFastMethod · 0.52
testTrain_CMethod · 0.52