Uses of Class
de.jstacs.classifier.scoringFunctionBased.ScoreClassifier

Packages that use ScoreClassifier
de.jstacs.classifier.scoringFunctionBased Provides the classes for Classifiers that are based on ScoringFunctions. 
de.jstacs.classifier.scoringFunctionBased.cll Provides the implementation of the log conditional likelihood as an OptimizableFunction and a classifier that uses log conditional likelihood or supervised posterior to learn the parameters of a set of ScoringFunctions 
 

Uses of ScoreClassifier in de.jstacs.classifier.scoringFunctionBased
 

Methods in de.jstacs.classifier.scoringFunctionBased that return ScoreClassifier
 ScoreClassifier ScoreClassifier.clone()
           
 

Uses of ScoreClassifier in de.jstacs.classifier.scoringFunctionBased.cll
 

Subclasses of ScoreClassifier in de.jstacs.classifier.scoringFunctionBased.cll
 class CLLClassifier
          This class implements the conditional log likelihood classifier.