public abstract class RandomizableClusterer extends AbstractClusterer implements OptionHandler, Randomizable
| Constructor and Description | 
|---|
| RandomizableClusterer() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String[] | getOptions()Gets the current settings of the classifier. | 
| int | getSeed()Gets the seed for the random number generations | 
| java.util.Enumeration | listOptions()Returns an enumeration describing the available options. | 
| java.lang.String | seedTipText()Returns the tip text for this property | 
| void | setOptions(java.lang.String[] options)Parses a given list of options. | 
| void | setSeed(int value)Set the seed for random number generation. | 
buildClusterer, clusterInstance, distributionForInstance, forName, getCapabilities, getRevision, makeCopies, makeCopy, numberOfClusterspublic java.util.Enumeration listOptions()
listOptions in interface OptionHandlerpublic void setOptions(java.lang.String[] options)
                throws java.lang.Exception
setOptions in interface OptionHandleroptions - the list of options as an array of stringsjava.lang.Exception - if an option is not supportedpublic java.lang.String[] getOptions()
getOptions in interface OptionHandlerpublic java.lang.String seedTipText()
public void setSeed(int value)
setSeed in interface Randomizablevalue - the seed to usepublic int getSeed()
getSeed in interface Randomizable