Uses of Class
de.jstacs.models.hmm.HMMFactory.HMMType

Packages that use HMMFactory.HMMType
de.jstacs.models.hmm The package provides all interfaces and classes for a hidden Markov model (HMM). 
 

Uses of HMMFactory.HMMType in de.jstacs.models.hmm
 

Methods in de.jstacs.models.hmm that return HMMFactory.HMMType
static HMMFactory.HMMType HMMFactory.HMMType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HMMFactory.HMMType[] HMMFactory.HMMType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.jstacs.models.hmm with parameters of type HMMFactory.HMMType
static AbstractHMM HMMFactory.createProfileHMM(MaxHMMTrainingParameterSet trainingParameterSet, HMMFactory.HMMType type, boolean likelihood, int order, int numLayers, AlphabetContainer con, double ess, boolean conditionalMain, boolean closeCircle, double[][] conditionInitProbs)
          Creates a new profile HMM for a given architecture and number of layers.