|
||||||||||
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 ScoringFunction s. |
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 a sequence independent of each other. |
MRFScoringFunction | This class implements the scoring function for any MRF (Markov Random Field). |
NormalizedScoringFunction | This class makes an unnormalized ScoringFunction to a normalized ScoringFunction. |
UniformScoringFunction | This ScoringFunction does nothing. |
VariableLengthScoringFunction | This is the main class for all ScoringFunction s 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 |