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.gendismix Provides an implementation of a classifier that allows to train the parameters of a set of NormalizableScoringFunctions by a unified generative-discriminative learning principle 
 

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.
 

Methods in de.jstacs.classifier.scoringFunctionBased that return ScoreClassifierParameterSet
 ScoreClassifierParameterSet ScoreClassifier.getCurrentParameterSet()
          This method returns the current ParameterSet of the classifier.
 

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

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

Subclasses of ScoreClassifierParameterSet in de.jstacs.classifier.scoringFunctionBased.gendismix
 class GenDisMixClassifierParameterSet
          This class contains the parameters for the GenDisMixClassifier.