|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ScoreClassifier | |
---|---|
de.jstacs.classifiers.differentiableSequenceScoreBased | Provides the classes for Classifier s that are based on SequenceScore s. |
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 |
de.jstacs.classifiers.differentiableSequenceScoreBased.msp | Provides an implementation of a classifier that allows to train the parameters of a set of
DifferentiableStatisticalModel s either
by maximum supervised posterior (MSP) or by maximum conditional likelihood (MCL) |
Uses of ScoreClassifier in de.jstacs.classifiers.differentiableSequenceScoreBased |
---|
Methods in de.jstacs.classifiers.differentiableSequenceScoreBased that return ScoreClassifier | |
---|---|
ScoreClassifier |
ScoreClassifier.clone()
|
Constructor parameters in de.jstacs.classifiers.differentiableSequenceScoreBased with type arguments of type ScoreClassifier | |
---|---|
ScoreClassifierParameterSet(Class<? extends ScoreClassifier> instanceClass,
AlphabetContainer alphabet,
int length,
byte algo,
AbstractTerminationCondition tc,
double lineps,
double startD,
boolean free,
OptimizableFunction.KindOfParameter kind)
The constructor for a simple, instantiated parameter set. |
|
ScoreClassifierParameterSet(Class<? extends ScoreClassifier> instanceClass,
AlphabetContainer alphabet,
int length,
byte algo,
double eps,
double lineps,
double startD,
boolean free,
OptimizableFunction.KindOfParameter kind)
The constructor for a simple, instantiated parameter set. |
|
ScoreClassifierParameterSet(Class<? extends ScoreClassifier> instanceClass,
boolean simple,
AlphabetContainer.AlphabetContainerType type,
boolean variableLength)
Creates a new ScoreClassifierParameterSet with empty parameter
values. |
Uses of ScoreClassifier in de.jstacs.classifiers.differentiableSequenceScoreBased.gendismix |
---|
Subclasses of ScoreClassifier in de.jstacs.classifiers.differentiableSequenceScoreBased.gendismix | |
---|---|
class |
GenDisMixClassifier
This class implements a classifier the optimizes the following function ![]() |
Constructor parameters in de.jstacs.classifiers.differentiableSequenceScoreBased.gendismix with type arguments of type ScoreClassifier | |
---|---|
GenDisMixClassifierParameterSet(Class<? extends ScoreClassifier> instanceClass,
AlphabetContainer alphabet,
int length,
byte algo,
double eps,
double lineps,
double startD,
boolean free,
OptimizableFunction.KindOfParameter kind,
boolean norm,
int threads)
The default constructor that constructs a new GenDisMixClassifierParameterSet . |
Uses of ScoreClassifier in de.jstacs.classifiers.differentiableSequenceScoreBased.msp |
---|
Subclasses of ScoreClassifier in de.jstacs.classifiers.differentiableSequenceScoreBased.msp | |
---|---|
class |
MSPClassifier
This class implements a classifier that allows the training via MCL or MSP principle. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |