|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScoreClassifier | |
---|---|
de.jstacs.classifier.scoringFunctionBased | Provides the classes for Classifier s that are based on ScoringFunction s. |
de.jstacs.classifier.scoringFunctionBased.cll | Provides the implementation of the log conditional likelihood as an OptimizableFunction and a classifier that uses log conditional likelihood or supervised posterior
to learn the parameters of a set of ScoringFunctions |
Uses of ScoreClassifier in de.jstacs.classifier.scoringFunctionBased |
---|
Methods in de.jstacs.classifier.scoringFunctionBased that return ScoreClassifier | |
---|---|
ScoreClassifier |
ScoreClassifier.clone()
|
Constructor parameters in de.jstacs.classifier.scoringFunctionBased with type arguments of type ScoreClassifier | |
---|---|
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.classifier.scoringFunctionBased.cll |
---|
Subclasses of ScoreClassifier in de.jstacs.classifier.scoringFunctionBased.cll | |
---|---|
class |
CLLClassifier
This class implements the conditional log likelihood (CLL) classifier. |
Constructor parameters in de.jstacs.classifier.scoringFunctionBased.cll with type arguments of type ScoreClassifier | |
---|---|
CLLClassifierParameterSet(Class<? extends ScoreClassifier> instanceClass,
AlphabetContainer alphabet,
int length,
byte algo,
double eps,
double lineps,
double startD,
boolean free,
OptimizableFunction.KindOfParameter kind,
boolean norm)
The default constructor that constructs a new CLLClassifierParameterSet . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |