Package | Description |
---|---|
de.jstacs.classifiers.differentiableSequenceScoreBased |
Provides the classes for
Classifier s that are based on SequenceScore s.It includes a sub-package for discriminative objective functions, namely conditional likelihood and supervised posterior, and a separate sub-package for the parameter priors, that can be used for the supervised posterior. |
de.jstacs.classifiers.differentiableSequenceScoreBased.gendismix |
Provides an implementation of a classifier that allows to train the parameters of a set of
DifferentiableStatisticalModel s by
a unified generative-discriminative learning principle. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMultiThreadedOptimizableFunction
This class enables the user to exploit all CPUs of an computer by using threads.
|
class |
AbstractOptimizableFunction
This class extends
OptimizableFunction and implements some common
methods. |
class |
DiffSSBasedOptimizableFunction
This abstract class is the basis of all multi-threaded
OptimizableFunction s that are based on DifferentiableSequenceScore s. |
Modifier and Type | Method and Description |
---|---|
protected OptimizableFunction.KindOfParameter |
ScoreClassifier.preoptimize(OptimizableFunction f)
This method allows to pre-optimize the parameter before the real optimization.
|
Modifier and Type | Class and Description |
---|---|
class |
LogGenDisMixFunction
This class implements the the following function
![]() |
class |
OneDataSetLogGenDisMixFunction
This class implements the the following function
![]() ![]() ![]() |