| Modifier and Type | Class and Description |
|---|---|
class |
HomogeneousMM
This class implements homogeneous Markov models (hMM) of arbitrary order.
|
| Constructor and Description |
|---|
HomogeneousTrainSMParameterSet(Class<? extends HomogeneousTrainSM> instanceClass)
This is the constructor that creates an empty
HomogeneousTrainSMParameterSet from the class that can be
instantiated using this HomogeneousTrainSMParameterSet. |
HomogeneousTrainSMParameterSet(Class<? extends HomogeneousTrainSM> instanceClass,
AlphabetContainer alphabet,
double ess,
String description,
byte order)
Creates a new
HomogeneousTrainSMParameterSet with
AlphabetContainer, ess (equivalent sample
size), description and order of the homogeneous Markov model. |