Uses of Class
de.jstacs.sequenceScores.statisticalModels.trainable.hmm.HMMFactory.PseudoTransitionElement

Packages that use HMMFactory.PseudoTransitionElement
de.jstacs.sequenceScores.statisticalModels.trainable.hmm The package provides all interfaces and classes for a hidden Markov model (HMM). 
 

Uses of HMMFactory.PseudoTransitionElement in de.jstacs.sequenceScores.statisticalModels.trainable.hmm
 

Method parameters in de.jstacs.sequenceScores.statisticalModels.trainable.hmm with type arguments of type HMMFactory.PseudoTransitionElement
static TransitionElement[] HMMFactory.createTransition(double[][] hyperParams, ArrayList<HMMFactory.PseudoTransitionElement> list)
          Creates the real TransitionElements that can be used to create the HMM.
static Pair<double[][],double[]> HMMFactory.propagateESS(double ess, ArrayList<HMMFactory.PseudoTransitionElement> list)
          Propagates the ess for an HMM with absorbing states.