|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jstacs.parameters.ParameterSet
de.jstacs.parameters.InstanceParameterSet<Measure>
de.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels.structureLearning.measures.Measure.MeasureParameterSet
de.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels.structureLearning.measures.InhomogeneousMarkov.InhomogeneousMarkovParameterSet
public static class InhomogeneousMarkov.InhomogeneousMarkovParameterSet
Class for an InstanceParameterSet
that defines the parameters of
an InhomogeneousMarkov
structure Measure
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class de.jstacs.parameters.ParameterSet |
---|
ParameterSet.ParameterList |
Field Summary |
---|
Fields inherited from class de.jstacs.parameters.ParameterSet |
---|
errorMessage, parameters, parent |
Constructor Summary | |
---|---|
InhomogeneousMarkov.InhomogeneousMarkovParameterSet()
Creates a new InhomogeneousMarkov.InhomogeneousMarkovParameterSet with empty
parameter values. |
|
InhomogeneousMarkov.InhomogeneousMarkovParameterSet(int order)
Creates a new InhomogeneousMarkov.InhomogeneousMarkovParameterSet with the
parameter for the order set to order . |
|
InhomogeneousMarkov.InhomogeneousMarkovParameterSet(StringBuffer representation)
Creates a new InhomogeneousMarkov.InhomogeneousMarkovParameterSet from its XML
representation as defined by the Storable
interface. |
Method Summary | |
---|---|
String |
getInstanceComment()
Returns a comment (a textual description) of the class that can be constructed using this ParameterSet . |
String |
getInstanceName()
Returns the name of an instance of the class that can be constructed using this ParameterSet . |
int |
getOrder()
Returns the order of the InhomogeneousMarkov structure
measure as defined by this set of parameters. |
Methods inherited from class de.jstacs.parameters.InstanceParameterSet |
---|
fromXML, getInstance, getInstanceClass, toXML |
Methods inherited from class de.jstacs.parameters.ParameterSet |
---|
clone, fromGalaxy, getAllParameterNames, getComment, getComment, getErrorMessage, getIndex, getName, getName, getNumberOfParameters, getParameterAt, getParameterForName, getParent, hasDefaultOrIsSet, initParameterList, initParameterList, isAtomic, isComparable, parametersLoaded, reset, setParent, toGalaxy |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InhomogeneousMarkov.InhomogeneousMarkovParameterSet()
InhomogeneousMarkov.InhomogeneousMarkovParameterSet
with empty
parameter values.
public InhomogeneousMarkov.InhomogeneousMarkovParameterSet(int order) throws SimpleParameter.IllegalValueException
InhomogeneousMarkov.InhomogeneousMarkovParameterSet
with the
parameter for the order set to order
.
order
- the order
SimpleParameter.IllegalValueException
- if the value of the order is not allowedpublic InhomogeneousMarkov.InhomogeneousMarkovParameterSet(StringBuffer representation) throws NonParsableException
InhomogeneousMarkov.InhomogeneousMarkovParameterSet
from its XML
representation as defined by the Storable
interface.
representation
- the XML code as StringBuffer
NonParsableException
- if the XML representation could not be parsedMethod Detail |
---|
public String getInstanceComment()
InstanceParameterSet
ParameterSet
.
getInstanceComment
in class InstanceParameterSet<Measure>
public String getInstanceName()
InstanceParameterSet
ParameterSet
.
getInstanceName
in class InstanceParameterSet<Measure>
public int getOrder()
InhomogeneousMarkov
structure
measure as defined by this set of parameters.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |