public abstract class HMMTrainingParameterSet extends ParameterSet
ParameterSet that is used for the training of an AbstractHMM.ParameterSet.ParameterListerrorMessage, parameters, parent| Modifier | Constructor and Description |
|---|---|
protected |
HMMTrainingParameterSet()
This is the empty constructor that can be used to fill the parameters after creation.
|
protected |
HMMTrainingParameterSet(int starts)
This constructor can be used to create an instance with a specified number of starts.
|
protected |
HMMTrainingParameterSet(StringBuffer xml)
The standard constructor for the interface
Storable. |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfStarts()
The method returns the number of different starts.
|
clone, fromGalaxy, fromXML, getAllParameterNames, getComment, getComment, getErrorMessage, getIndex, getName, getName, getNumberOfParameters, getParameterAt, getParameterForName, getParent, hasDefaultOrIsSet, initParameterList, initParameterList, isAtomic, isComparable, parametersLoaded, reset, setParent, toGalaxy, toXMLprotected HMMTrainingParameterSet()
protected HMMTrainingParameterSet(int starts)
throws SimpleParameter.IllegalValueException
starts - the number of different startsSimpleParameter.IllegalValueException - if the parameter can not be setprotected HMMTrainingParameterSet(StringBuffer xml) throws NonParsableException
Storable.
Constructs a HMMTrainingParameterSet out of an XML representation.xml - the XML representation as StringBufferNonParsableException - if the HMMTrainingParameterSet could not be reconstructed out of
the StringBuffer xml