public class ParameterGroup extends AbstractParameter
| Constructor and Description |
|---|
ParameterGroup()
Initializes the object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(Object point)
Returns the evaluated value.
|
String[] |
getOptions()
returns the options of the current setup.
|
AbstractParameter[] |
getParameters()
Returns the current parameters.
|
String |
globalInfo()
Returns a string describing the object.
|
Enumeration |
listOptions()
Gets an enumeration describing the available options.
|
String |
parametersFileTipText()
Returns the tip text for this property.
|
void |
setOptions(String[] options)
Parses the options for this object.
|
void |
setParameters(AbstractParameter[] value)
Sets the parameters to use as basis for the setups.
|
SpaceDimension |
spaceDimension()
Returns the parameter as space dimensions.
|
String |
toString()
Short description.
|
clonepublic String globalInfo()
globalInfo in class AbstractParameterpublic Enumeration listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class AbstractParameterpublic String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class AbstractParameterpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandlersetOptions in class AbstractParameteroptions - the options to useException - if setting of options failspublic String parametersFileTipText()
public void setParameters(AbstractParameter[] value)
value - the parameterspublic AbstractParameter[] getParameters()
public SpaceDimension spaceDimension() throws Exception
spaceDimension in class AbstractParameterException - if instantiation of dimension failspublic Object evaluate(Object point)
evaluate in class AbstractParameterpoint - the point to evaluatepublic String toString()
toString in class AbstractParameterCopyright © 2021 University of Waikato, Hamilton, NZ. All Rights Reserved.