public abstract class AbstractParameter extends Object implements Serializable, Cloneable, weka.core.OptionHandler
| Constructor and Description |
|---|
AbstractParameter()
default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Returns a clone of itself.
|
String[] |
getOptions()
returns the options of the current setup.
|
abstract String |
globalInfo()
Returns a string describing the object.
|
Enumeration |
listOptions()
Gets an enumeration describing the available options.
|
void |
setOptions(String[] options)
Parses the options for this object.
|
abstract String |
toString()
Returns a string representation of the search parameter.
|
public abstract String globalInfo()
public Object clone()
public Enumeration listOptions()
listOptions in interface weka.core.OptionHandlerpublic String[] getOptions()
getOptions in interface weka.core.OptionHandlerpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandleroptions - the options to useException - if setting of options failsCopyright © 2017 University of Waikato, Hamilton, NZ. All Rights Reserved.