Uses of Package
de.jstacs.models.hmm.states

Packages that use de.jstacs.models.hmm.states
de.jstacs.models.hmm.states The package provides all interfaces and classes for states used in hidden Markov models. 
 

Classes in de.jstacs.models.hmm.states used by de.jstacs.models.hmm.states
DifferentiableState
          This interface declares a method that allows to evaluate the gradient which is essential for numerical optimization.
SamplingState
           
SimpleState
          This class implements a State based on Emission that allows to reuse Emissions for different States.
TrainableState
          This class implements method that allows to fill a statistic, which is used to estimate the parameters of a state during, for instance, the Baum-Welch training.