public class FSDAGModelForGibbsSamplingParameterSet extends FSDAGTrainSMParameterSet
FSDAGModelForGibbsSampling.FSDAGModelForGibbsSamplingParameterSet.ParameterListalphabet, lengtherrorMessage, parameters, parent| Constructor and Description |
|---|
FSDAGModelForGibbsSamplingParameterSet()
This is the constructor that creates an empty parameter set for a
FSDAGModelForGibbsSampling. |
FSDAGModelForGibbsSamplingParameterSet(AlphabetContainer alphabet,
int length,
double ess,
String description,
String graph)
This is the constructor that creates a filled parameter set.
|
FSDAGModelForGibbsSamplingParameterSet(StringBuffer s)
The constructor for the
Storable interface. |
encode, getInstanceCommentgetModelInstanceNameclone, getInstanceName, hasDefaultOrIsSet, setEssequals, fromXML, getAlphabetContainer, getLength, getNumberOfParameters, getParameterAt, reset, toXMLgetInstance, getInstanceClassfromGalaxy, getAllParameterNames, getComment, getComment, getErrorMessage, getIndex, getName, getName, getParameterForName, getParent, initParameterList, initParameterList, isAtomic, isComparable, parametersLoaded, setParent, toGalaxypublic FSDAGModelForGibbsSamplingParameterSet(StringBuffer s) throws NonParsableException
Storable interface. Creates a
new FSDAGModelForGibbsSamplingParameterSet out of its XML
representation.s - the XML representation as StringBufferNonParsableException - if the StringBuffer is not parsablepublic FSDAGModelForGibbsSamplingParameterSet()
FSDAGModelForGibbsSampling.public FSDAGModelForGibbsSamplingParameterSet(AlphabetContainer alphabet, int length, double ess, String description, String graph) throws Exception
alphabet - the alphabet container that is used in the modellength - the length of the model (has to be positive)ess - the ess (equivalent sample size, has to
be positive)description - a short description of the model (used for a better handling
of the object by the user)graph - the graph description string, encodes in XML-like manner the
parents of each node "<parents
node=i>j,k,l</parents>"Exception - if something went wrongFSDAGTrainSMParameterSet.encode(int[][])