Uses of Interface
de.jstacs.sequenceScores.statisticalModels.trainable.hmm.transitions.TrainableTransition

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

Uses of TrainableTransition in de.jstacs.sequenceScores.statisticalModels.trainable.hmm.transitions
 

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

Classes in de.jstacs.sequenceScores.statisticalModels.trainable.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.