|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LabelOutput in com.mancrd.ahah.classifier |
---|
Methods in com.mancrd.ahah.classifier that return LabelOutput | |
---|---|
LabelOutput |
ClassifierOutput.getBestGuess()
Returns the highest ranked label or best-guess label |
LabelOutput |
ClassifierOutput.getBestGuessLabelOuputAboveThreshold(double confidenceThreshold)
Returns the highest ranked label above the given confidence threshold |
LabelOutput |
ClassifierOutput.getLabelOutput(String label)
|
LabelOutput[] |
ClassifierOutput.getLabelOutputs()
|
Methods in com.mancrd.ahah.classifier that return types with arguments of type LabelOutput | |
---|---|
Set<LabelOutput> |
ClassifierOutput.getLabelOutputSet(double confidenceThreshold)
Gets the Activation objects sorted by activation above a given confidence threshold |
List<LabelOutput> |
ClassifierOutput.getSortedLabelOutputs(double confidenceThreshold)
Gets the Activation objects sorted by activation above a given confidence threshold |
Methods in com.mancrd.ahah.classifier with parameters of type LabelOutput | |
---|---|
int |
LabelOutput.compareTo(LabelOutput other)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |