public class MathParameter extends AbstractPropertyParameter
| Constructor and Description |
|---|
MathParameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
baseTipText()
Returns the tip text for this property.
|
String |
expressionTipText()
Returns the tip text for this property.
|
double |
getBase()
Get the value of the base.
|
String |
getExpression()
Get the expression.
|
double |
getMax()
Get the value of the Maximum.
|
double |
getMin()
Get the value of the minimum.
|
String[] |
getOptions()
returns the options of the current setup.
|
double |
getStep()
Get the value of the step size.
|
String |
globalInfo()
Returns a string describing the object.
|
Enumeration |
listOptions()
Gets an enumeration describing the available options.
|
String |
maxTipText()
Returns the tip text for this property.
|
String |
minTipText()
Returns the tip text for this property.
|
void |
setBase(double value)
Set the value of the base.
|
void |
setExpression(String value)
Set the expression.
|
void |
setMax(double value)
Set the value of the Maximum.
|
void |
setMin(double value)
Set the value of the minimum.
|
void |
setOptions(String[] options)
Parses the options for this object.
|
void |
setStep(double value)
Set the value of the step size.
|
String |
stepTipText()
Returns the tip text for this property.
|
String |
toString()
Returns a string representation of the search parameter.
|
getProperty, propertyTipText, setPropertyclonepublic String globalInfo()
globalInfo in class AbstractPropertyParameterpublic Enumeration listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class AbstractPropertyParameterpublic String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class AbstractPropertyParameterpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandlersetOptions in class AbstractPropertyParameteroptions - the options to useException - if setting of options failspublic String minTipText()
public double getMin()
public void setMin(double value)
value - Value to use as minimum.public String maxTipText()
public double getMax()
public void setMax(double value)
value - Value to use as Maximum.public String stepTipText()
public double getStep()
public void setStep(double value)
value - Value to use as the step size.public String baseTipText()
public double getBase()
public void setBase(double value)
value - Value to use as the base.public String expressionTipText()
public String getExpression()
public void setExpression(String value)
value - Expression.public String toString()
toString in class AbstractPropertyParameterCopyright © 2017 University of Waikato, Hamilton, NZ. All Rights Reserved.