|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
ScoringFunctions 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 ScoringFunctions that can be used in a ScoreClassifier.
Among the currently implemented ScoringFunctions are
BayesianNetworkScoringFunction,
which provides structure learning for inhomogeneous Markov models, Bayesian trees, and permuted Markov models,MixtureScoringFunction for mixtures of ScoringFunctions, and ScoringFunctions.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||