de.jstacs.sequenceScores.statisticalModels.trainable.hmm.transitions
Interface SamplingTransition

All Superinterfaces:
Cloneable, SamplingComponent, SamplingFromStatistic, Storable, Transition, TransitionWithSufficientStatistic
All Known Implementing Classes:
HigherOrderTransition

public interface SamplingTransition
extends TransitionWithSufficientStatistic, SamplingFromStatistic

This interface declares all method used during a sampling.

Author:
Jens Keilwagen

Method Summary
 
Methods inherited from interface de.jstacs.sequenceScores.statisticalModels.trainable.hmm.transitions.TransitionWithSufficientStatistic
addToStatistic, getLogGammaScoreFromStatistic, joinStatistics, resetStatistic
 
Methods inherited from interface de.jstacs.sequenceScores.statisticalModels.trainable.hmm.transitions.Transition
clone, fillTransitionInformation, getChildIdx, getGraphizNetworkRepresentation, getLastContextState, getLogPriorTerm, getLogScoreFor, getMaximalInDegree, getMaximalMarkovOrder, getMaximalNumberOfChildren, getNumberOfChildren, getNumberOfIndexes, getNumberOfStates, hasAnySelfTransitions, initializeRandomly, isAbsoring, setParameters, toString
 
Methods inherited from interface de.jstacs.Storable
toXML
 
Methods inherited from interface de.jstacs.sampling.SamplingFromStatistic
drawParametersFromStatistic, getLogPosteriorFromStatistic
 
Methods inherited from interface de.jstacs.sampling.SamplingComponent
acceptParameters, extendSampling, initForSampling, isInSamplingMode, parseNextParameterSet, parseParameterSet, samplingStopped