Uses of Interface
de.jstacs.models.hmm.states.DifferentiableState

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

Uses of DifferentiableState in de.jstacs.models.hmm.states
 

Classes in de.jstacs.models.hmm.states that implement DifferentiableState
 class SimpleDifferentiableState
          This class implements a State based on Emission that allows to reuse Emissions for different States.