|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassifierResult | |
---|---|
org.apache.mahout.classifier | |
org.apache.mahout.classifier.bayes | Introduction |
Uses of ClassifierResult in org.apache.mahout.classifier |
---|
Fields in org.apache.mahout.classifier with type parameters of type ClassifierResult | |
---|---|
static Comparator<ClassifierResult> |
ClassifierResult.COMPARE_BY_SCORE_AND_LABEL
|
Methods in org.apache.mahout.classifier with parameters of type ClassifierResult | |
---|---|
boolean |
ResultAnalyzer.addInstance(String correctLabel,
ClassifierResult classifiedResult)
|
void |
ConfusionMatrix.addInstance(String correctLabel,
ClassifierResult classifiedResult)
|
Uses of ClassifierResult in org.apache.mahout.classifier.bayes |
---|
Methods in org.apache.mahout.classifier.bayes that return ClassifierResult | |
---|---|
ClassifierResult |
CBayesAlgorithm.classifyDocument(String[] document,
Datastore datastore,
String defaultCategory)
|
ClassifierResult |
BayesAlgorithm.classifyDocument(String[] document,
Datastore datastore,
String defaultCategory)
|
ClassifierResult |
Algorithm.classifyDocument(String[] document,
Datastore datastore,
String defaultCategory)
Classify the document and return the Result |
ClassifierResult[] |
Algorithm.classifyDocument(String[] document,
Datastore datastore,
String defaultCategory,
int numResults)
Classify the document and return the top numResults |
ClassifierResult |
ClassifierContext.classifyDocument(String[] document,
String defaultCategory)
Classify the document and return the Result |
ClassifierResult[] |
ClassifierContext.classifyDocument(String[] document,
String defaultCategory,
int numResults)
Classify the document and return the top numResults |
Methods in org.apache.mahout.classifier.bayes with parameters of type ClassifierResult | |
---|---|
int |
ByScoreLabelResultComparator.compare(ClassifierResult cr1,
ClassifierResult cr2)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |