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

Packages that use ScoreClassifierParameterSet
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 ScoreClassifierParameterSet in de.jstacs.classifier.scoringFunctionBased
 

Fields in de.jstacs.classifier.scoringFunctionBased declared as ScoreClassifierParameterSet
protected  ScoreClassifierParameterSet ScoreClassifier.params
          The parameter set for the classifier.
 

Constructors in de.jstacs.classifier.scoringFunctionBased with parameters of type ScoreClassifierParameterSet
ScoreClassifier(ScoreClassifierParameterSet params, ScoringFunction... score)
          Creates a new ScoreClassifier from a given ScoreClassifierParameterSet and ScoringFunctions .
 

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

Subclasses of ScoreClassifierParameterSet in de.jstacs.classifier.scoringFunctionBased.cll
 class CLLClassifierParameterSet
          This class contains the parameters for the CLLClassifier.