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 types with arguments of type ScoreClassifierParameterSet
protected abstract  Class<? extends ScoreClassifierParameterSet> ScoreClassifier.getClassOfParameterSet()
          This method returns the class of the parameters that is used during restoring a classifier from XML.
 

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.
 

Methods in de.jstacs.classifier.scoringFunctionBased.gendismix that return types with arguments of type ScoreClassifierParameterSet
protected  Class<? extends ScoreClassifierParameterSet> GenDisMixClassifier.getClassOfParameterSet()