| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
class |
OneDataSetLogGenDisMixFunction
This class implements the the following function
is the weight for sequence and class . |
| Modifier and Type | Field and Description |
|---|---|
protected LogGenDisMixFunction |
GenDisMixClassifier.function
The function that is optimized in this classifier.
|
| Modifier and Type | Method and Description |
|---|---|
protected LogGenDisMixFunction |
GenDisMixClassifier.getFunction(DataSet[] data,
double[][] weights) |