Uses of Class
com.mancrd.ahah.classifier.LabelOutput

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)
           
 



Copyright © 2013–2014 M. Alexander Nugent Consulting, Research and Devlopment. All rights reserved.