public static class BTExplainingAwayResidual.BTExplainingAwayResidualParameterSet extends Measure.MeasureParameterSet
BTExplainingAwayResidual structure
Measure.ParameterSet.ParameterListerrorMessage, parameters, parent| Constructor and Description |
|---|
BTExplainingAwayResidualParameterSet()
Creates a new
BTExplainingAwayResidual.BTExplainingAwayResidualParameterSet with empty
parameter values. |
BTExplainingAwayResidualParameterSet(double[] ess)
Creates a new
BTExplainingAwayResidual.BTExplainingAwayResidualParameterSet with the
parameter for the equivalent sample sizes set to ess. |
BTExplainingAwayResidualParameterSet(StringBuffer representation)
The standard constructor for the interface
Storable
. |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getEss()
Returns the equivalent sample sizes (ess) defined by this set of
parameters.
|
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. |
fromXML, getInstance, getInstanceClass, toXMLclone, fromGalaxy, getAllParameterNames, getComment, getComment, getErrorMessage, getIndex, getName, getName, getNumberOfParameters, getParameterAt, getParameterForName, getParent, hasDefaultOrIsSet, initParameterList, initParameterList, isAtomic, isComparable, parametersLoaded, reset, setParent, toGalaxypublic BTExplainingAwayResidualParameterSet()
throws SimpleParameter.DatatypeNotValidException
BTExplainingAwayResidual.BTExplainingAwayResidualParameterSet with empty
parameter values.SimpleParameter.DatatypeNotValidException - if the parameters could not be createdpublic BTExplainingAwayResidualParameterSet(double[] ess)
throws Exception
BTExplainingAwayResidual.BTExplainingAwayResidualParameterSet with the
parameter for the equivalent sample sizes set to ess.ess - the equivalent sample sizes for the foreground class and
the background, i.e. the background class or (in case of
more than two classes) all non-foreground classesException - if the parameters could not be created or setpublic BTExplainingAwayResidualParameterSet(StringBuffer representation) throws NonParsableException
Storable
. Creates a new BTExplainingAwayResidual.BTExplainingAwayResidualParameterSet from its
XML representation as defined by the Storable
interface.representation - the XML code as StringBufferNonParsableException - if the XML representation could not be parsedpublic double[] getEss()
public String getInstanceComment()
InstanceParameterSetParameterSet.getInstanceComment in class InstanceParameterSet<Measure>public String getInstanceName()
InstanceParameterSetParameterSet.getInstanceName in class InstanceParameterSet<Measure>