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

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

Subclasses of AbstractOptimizableFunction in de.jstacs.classifier.scoringFunctionBased.cll
 class NormConditionalLogLikelihood
          This class implements the normalized log conditional likelihood.