public abstract class RandomizableClusterer extends AbstractClusterer implements OptionHandler, Randomizable
Constructor and Description |
---|
RandomizableClusterer() |
Modifier and Type | Method and Description |
---|---|
String[] |
getOptions()
Gets the current settings of the classifier.
|
int |
getSeed()
Gets the seed for the random number generations
|
Enumeration<Option> |
listOptions()
Returns an enumeration describing the available options.
|
String |
seedTipText()
Returns the tip text for this property
|
void |
setOptions(String[] options)
Parses a given list of options.
|
void |
setSeed(int value)
Set the seed for random number generation.
|
buildClusterer, clusterInstance, debugTipText, distributionForInstance, doNotCheckCapabilitiesTipText, forName, getCapabilities, getDebug, getDoNotCheckCapabilities, getRevision, makeCopies, makeCopy, numberOfClusters, postExecution, preExecution, run, runClusterer, setDebug, setDoNotCheckCapabilities
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
makeCopy
public Enumeration<Option> listOptions()
listOptions
in interface OptionHandler
listOptions
in class AbstractClusterer
public void setOptions(String[] options) throws Exception
setOptions
in interface OptionHandler
setOptions
in class AbstractClusterer
options
- the list of options as an array of stringsException
- if an option is not supportedpublic String[] getOptions()
getOptions
in interface OptionHandler
getOptions
in class AbstractClusterer
public String seedTipText()
public void setSeed(int value)
setSeed
in interface Randomizable
value
- the seed to usepublic int getSeed()
getSeed
in interface Randomizable
Copyright © 2020 University of Waikato, Hamilton, NZ. All rights reserved.