Uses of Interface
de.jstacs.sequenceScores.statisticalModels.trainable.hmm.states.TrainableState

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

Uses of TrainableState in de.jstacs.sequenceScores.statisticalModels.trainable.hmm.states
 

Subinterfaces of TrainableState in de.jstacs.sequenceScores.statisticalModels.trainable.hmm.states
 interface SamplingState
           
 

Classes in de.jstacs.sequenceScores.statisticalModels.trainable.hmm.states that implement TrainableState
 class SimpleDifferentiableState
          This class implements a State based on Emission that allows to reuse Emissions for different States.
 class SimpleSamplingState
          This class implements a state that can be used for a HMM that obtains its parameters from sampling.
 class SimpleState
          This class implements a State based on Emission that allows to reuse Emissions for different States.