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

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

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