public abstract class MEManagerParameterSet extends IDGTrainSMParameterSet
ParameterSet.ParameterListalphabet, lengtherrorMessage, parameters, parent| Constructor and Description |
|---|
MEManagerParameterSet(Class<? extends MEManager> instanceClass)
The constructor an empty constructor of extended class.
|
MEManagerParameterSet(Class<? extends MEManager> instanceClass,
AlphabetContainer alphabet,
int length,
double ess,
String description,
ConstraintManager.Decomposition decomposition,
boolean reduce,
byte algorithm,
double epsilon)
The fast constructor.
|
MEManagerParameterSet(StringBuffer s)
The constructor for the
Storable interface. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addParameters()
Adds the parameter template in the constructor.
|
getModelInstanceNameclone, getInstanceName, hasDefaultOrIsSet, setEssequals, fromXML, getAlphabetContainer, getLength, getNumberOfParameters, getParameterAt, reset, toXMLgetInstance, getInstanceClass, getInstanceCommentfromGalaxy, getAllParameterNames, getComment, getComment, getErrorMessage, getIndex, getName, getName, getParameterForName, getParent, initParameterList, initParameterList, isAtomic, isComparable, parametersLoaded, setParent, toGalaxypublic MEManagerParameterSet(StringBuffer s) throws NonParsableException
Storable interface.s - the StringBufferNonParsableException - if the StringBuffer is not parsablepublic MEManagerParameterSet(Class<? extends MEManager> instanceClass) throws Exception
instanceClass - the (sub-)classException - if some parameters template could not be created properlypublic MEManagerParameterSet(Class<? extends MEManager> instanceClass, AlphabetContainer alphabet, int length, double ess, String description, ConstraintManager.Decomposition decomposition, boolean reduce, byte algorithm, double epsilon) throws Exception
instanceClass - the (sub-)classalphabet - the alphabetlength - the length of the modeled sequencesess - the essdescription - the descriptiondecomposition - the kind of decompositionreduce - whether the constraints should be reducedalgorithm - the choice of algorithmepsilon - the threshold for stopping the numerical algorithmsException - if something went wrongConstraintManager.Decomposition.DECOMPOSE_NOTHING,
ConstraintManager.Decomposition.DECOMPOSE_UNCONNECTED,
ConstraintManager.Decomposition.DECOMPOSE_LESS_CONNECTED