Uses of Class
de.jstacs.classifiers.differentiableSequenceScoreBased.gendismix.LogGenDisMixFunction

Packages that use LogGenDisMixFunction
de.jstacs.classifiers.differentiableSequenceScoreBased.gendismix Provides an implementation of a classifier that allows to train the parameters of a set of DifferentiableStatisticalModels by a unified generative-discriminative learning principle. 
 

Uses of LogGenDisMixFunction in de.jstacs.classifiers.differentiableSequenceScoreBased.gendismix
 

Subclasses of LogGenDisMixFunction in de.jstacs.classifiers.differentiableSequenceScoreBased.gendismix
 class OneDataSetLogGenDisMixFunction
          This class implements the the following function
\[f(\underline{\lambda}|C,D,\underline{w},\underline{\alpha},\underline{\beta})
where $w_{c,n}$ is the weight for sequence $d_n$ and class $c$.
 

Fields in de.jstacs.classifiers.differentiableSequenceScoreBased.gendismix declared as LogGenDisMixFunction
protected  LogGenDisMixFunction GenDisMixClassifier.function
          The function that is optimized in this classifier.
 

Methods in de.jstacs.classifiers.differentiableSequenceScoreBased.gendismix that return LogGenDisMixFunction
protected  LogGenDisMixFunction GenDisMixClassifier.getFunction(DataSet[] data, double[][] weights)