public class ParameterGroup extends AbstractParameter
| Constructor and Description |
|---|
ParameterGroup()
Initializes the object.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 String toString()
toString in class AbstractParameterCopyright © 2017 University of Waikato, Hamilton, NZ. All Rights Reserved.