Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.encog.ml.hmm Classes and Interfaces - 16 results found.
NameDescriptionTypePackageFramework
BaseBaumWelchThis class provides the base implementation for Baum-Welch learning for HMM's.Classorg.encog.ml.hmm.train.bwHeatonReasearch
ClustersClusters used for the KMeans HMM training algorithm.Classorg.encog.ml.hmm.train.kmeansHeatonReasearch
ContinousDistributionA continuous distribution represents an infinite range of choices between two real numbers.Classorg.encog.ml.hmm.distributionsHeatonReasearch
DiscreteDistributionA discrete distribution is a distribution with a finite set of states that itSee Also:Serialized FormClassorg.encog.ml.hmm.distributionsHeatonReasearch
ForwardBackwardCalculatorThe forward-backward algorithm is an inference algorithm for hidden Markov models which computes the posterior marginals of all hidden state variablesClassorg.encog.ml.hmm.alogHeatonReasearch
ForwardBackwardCalculator .ComputationClassorg.encog.ml.hmm.alogHeatonReasearch
ForwardBackwardScaledCalculatorThe forward-backward algorithm is an inference algorithm for hidden Markov models which computes the posterior marginals of all hidden state variablesClassorg.encog.ml.hmm.alogHeatonReasearch
HiddenMarkovModelA Hidden Markov Model (HMM) is a Machine Learning Method that allows for predictions to be made about the hidden states and observations of a givenClassorg.encog.ml.hmmHeatonReasearch
KullbackLeiblerDistanceCalculatorThis class produces a Kullback-Leibler estimation of the distance between two HMMs.Classorg.encog.ml.hmm.alogHeatonReasearch
MarkovGeneratorThis class is used to generate random sequences based on a Hidden Markov Model.Classorg.encog.ml.hmm.alogHeatonReasearch
PersistHMMClassorg.encog.ml.hmmHeatonReasearch
StateDistributionThis class represents a "state distribution".Interfaceorg.encog.ml.hmm.distributionsHeatonReasearch
TrainBaumWelchBaum Welch Learning allows a HMM to be constructed from a series of sequence observations.Classorg.encog.ml.hmm.train.bwHeatonReasearch
TrainBaumWelchScaledBaum Welch Learning allows a HMM to be constructed from a series of sequence observations.Classorg.encog.ml.hmm.train.bwHeatonReasearch
TrainKMeansTrain a Hidden Markov Model (HMM) with the KMeans algorithm.Classorg.encog.ml.hmm.train.kmeansHeatonReasearch
ViterbiCalculatorThe Viterbi algorithm is used to find the most likely sequence of hidden states (called the Viterbi path) that results in a sequence of observedClassorg.encog.ml.hmm.alogHeatonReasearch