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

Method classify

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

Performs classification on the given data point. @param data the data point to classify @return the results of the classification. @throws UntrainedModelException if the method is called before the model has been trained @throws ModelMismatchException if the given data point is incompatible with the

(DataPoint data)

Source from the content-addressed store, hash-verified

22 * @throws ModelMismatchException if the given data point is incompatible with the model
23 */
24 public CategoricalResults classify(DataPoint data);
25 /**
26 * Trains the classifier and constructs a model for classification using the
27 * given data set. If the training method knows how, it will used the

Callers 15

testCloneMethod · 0.95
testCloneMethod · 0.95
testCloneMethod · 0.95
testCloneMethod · 0.95
testCloneMethod · 0.95
classifyMethod · 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.76
testCloneMethod · 0.76
testCloneMethod · 0.76
testCloneMethod · 0.52
testCloneMethod · 0.52
testCloneMethod · 0.52