Uses of Class
de.jstacs.classifier.scoringFunctionBased.cll.CLLClassifierParameterSet

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

Methods in de.jstacs.classifier.scoringFunctionBased.cll with parameters of type CLLClassifierParameterSet
static CLLClassifier[] CLLClassifier.create(CLLClassifierParameterSet params, LogPrior prior, ScoringFunction[]... functions)
          This method creates an array of CLLClassifiers by using the cross-product of the given ScoringFunctions.
 

Constructors in de.jstacs.classifier.scoringFunctionBased.cll with parameters of type CLLClassifierParameterSet
CLLClassifier(CLLClassifierParameterSet params, LogPrior prior, ScoringFunction... score)
          The default constructor that creates a new CLLClassifier from a given parameter set, a prior and ScoringFunctions for the classes.
CLLClassifier(CLLClassifierParameterSet params, ScoringFunction... score)
          The default constructor that creates a new CLLClassifier from a given parameter set and ScoringFunctions for the classes.