|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Count | An encapsulation of a count over the Symbols within an alphabet. |
Distribution | An encapsulation of a probability distribution over the Symbols within an alphabet. |
DistributionFactory | A thing that can make Distributions. |
DistributionTrainer | An object that can be used to train a distribution up. |
DistributionTrainerContext | A context within a group of DistributionTrainers can be trained together. |
OrderNDistribution | Provides an N'th order distribution. |
Class Summary | |
AbstractDistribution | An abstract implementation of Distribution. |
AbstractOrderNDistribution | Simple base class for OrderNDistributions |
Distribution.NullModelForwarder | This listens to the null model distribution events and converts them into NULL_MODEL events. |
DistributionFactory.DefaultDistributionFactory | The default DistributionFactory implementation. |
DistributionTools | Title: DistributionTools.java Description: A class to hold static methods for calculations and manipulations using Distributions. |
GapDistribution | This distribution emits gap symbols. |
IgnoreCountsTrainer | A distribution trainer that just ignores all counts. |
IndexedCount | An encapsulation of a count over the Symbols within a FiniteAlphabet using an AlphabetIndex object. |
OrderNDistributionFactory | Default factory for Order-N distributions. |
PairDistribution | Class for pairing up two independant distributions. |
SimpleDistribution | A simple implementation of a distribution, which works with any finite alphabet. |
SimpleDistributionTrainer | A simple implemenation of a distribution trainer. |
SimpleDistributionTrainerContext | A no-frills implementation of DistributionTrainerContext. |
TranslatedDistribution | Creates a distribution that is a translated view of an underlying distribution. |
UniformDistribution | An implementation of an uniform distribution |
UntrainableDistribution | A distribution which does not interact with the training framework. |
XMLDistributionReader | A SAX parser that reads an XML representation of a Distribution from a file and recreates it as a Distribution Object. |
XMLDistributionWriter | Writes an OrderNDistribution or simple Distribution to an XML file. |
Probability distributions over Alphabets. Distributions are useful in many aspects of bioinformatics, especially when performing statistical methods. They are used to encapsulate emission spectra in weight matrices and Hidden Markov Models.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |