| Package | Description |
|---|---|
| de.jstacs.classifiers.differentiableSequenceScoreBased |
Provides the classes for
Classifiers that are based on SequenceScores.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
DifferentiableStatisticalModels by
a unified generative-discriminative learning principle. |
| Modifier and Type | Field and Description |
|---|---|
protected ScoreClassifierParameterSet |
ScoreClassifier.params
The parameter set for the classifier.
|
| Modifier and Type | Method and Description |
|---|---|
ScoreClassifierParameterSet |
ScoreClassifier.getCurrentParameterSet()
This method returns the current
ParameterSet of the classifier. |
| Constructor and Description |
|---|
ScoreClassifier(ScoreClassifierParameterSet params,
double lastScore,
DifferentiableSequenceScore... score)
Creates a new
ScoreClassifier from a given
ScoreClassifierParameterSet and DifferentiableSequenceScores . |
| Modifier and Type | Class and Description |
|---|---|
class |
GenDisMixClassifierParameterSet
This class contains the parameters for the
GenDisMixClassifier. |