|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
ScoringFunction
s that can be used in a ScoreClassifier
.
See:
Description
Interface Summary | |
---|---|
NormalizableScoringFunction | The interface for normalizable ScoringFunctions. |
ScoringFunction | This interface is the main part of any ScoreClassifier. |
Class Summary | |
---|---|
AbstractNormalizableScoringFunction | This class is the main part of any ScoreClassifier. |
IndependentProductScoringFunction | This class enables the user to model parts of the sequence independent of each other. |
MRFScoringFunction | This class implements the scoring function for any MRF. |
UniformScoringFunction | This scoring function does nothing. |
VariableLengthScoringFunction | This is the main class for all ScoringFunctions that allow to score subsequences of arbitrary length. |
Provides ScoringFunction
s that can be used in a ScoreClassifier
.
Among the currently implemented ScoringFunction
s are
BayesianNetworkScoringFunction
,
which provides structure learning for inhomogeneous Markov models, Bayesian trees, and permuted Markov models,MixtureScoringFunction
for mixtures of ScoringFunctions
, and ScoringFunction
s.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |