public abstract class RandomizableRangedGenerator extends RandomizableGenerator implements Ranged
Constructor and Description |
---|
RandomizableRangedGenerator() |
Modifier and Type | Method and Description |
---|---|
double |
getLowerRange()
Gets the lower range of the generator.
|
java.lang.String[] |
getOptions()
Gets the current settings of the Classifier.
|
double |
getUpperRange()
Gets the upper range of the generator.
|
java.util.Enumeration<weka.core.Option> |
listOptions()
Returns an enumeration describing the available options.
|
java.lang.String |
lowerRangeTipText()
Returns the tip text for this property.
|
void |
setLowerRange(double value)
Sets the lower range.
|
void |
setOptions(java.lang.String[] options)
Parses a given list of options.
|
void |
setUpperRange(double value)
Sets the upper range.
|
java.lang.String |
upperRangeTipText()
Returns the tip text for this property.
|
getSeed, seedTipText, setSeed
copy, debugTipText, forName, generate, getDebug, getLogProbabilityOf, getProbabilityOf, globalInfo, setDebug
public java.util.Enumeration<weka.core.Option> listOptions()
listOptions
in interface weka.core.OptionHandler
listOptions
in class RandomizableGenerator
public void setOptions(java.lang.String[] options) throws java.lang.Exception
setOptions
in interface weka.core.OptionHandler
setOptions
in class RandomizableGenerator
options
- the list of options as an array of stringsjava.lang.Exception
- if an option is not supportedpublic java.lang.String[] getOptions()
getOptions
in interface weka.core.OptionHandler
getOptions
in class RandomizableGenerator
public double getLowerRange()
public void setLowerRange(double value)
setLowerRange
in interface Ranged
value
- The lower range of the generator.public java.lang.String lowerRangeTipText()
public double getUpperRange()
public void setUpperRange(double value)
setUpperRange
in interface Ranged
value
- The upper range of the generator.public java.lang.String upperRangeTipText()