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

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

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

Subinterfaces of DifferentiableTransition 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 DifferentiableTransition
 class HigherOrderTransition
          This class can be used in any AbstractHMM allowing to use gradient based or sampling training algorithm.