Uses of Interface
de.jstacs.models.hmm.transitions.TrainableTransition

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

Uses of TrainableTransition in de.jstacs.models.hmm.transitions
 

Subinterfaces of TrainableTransition in de.jstacs.models.hmm.transitions
 interface TrainableAndDifferentiableTransition
          This interface unifies the interfaces TrainableTransition and DifferentiableTransition.
 

Classes in de.jstacs.models.hmm.transitions that implement TrainableTransition
 class BasicHigherOrderTransition
          This class implements the basic transition that allows to be trained using the viterbi or the Baum-Welch algorithm.
 class HigherOrderTransition
          This class can be used in any AbstractHMM allowing to use gradient based or sampling training algorithm.