|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.clusterers.AbstractClusterer
weka.clusterers.AbstractDensityBasedClusterer
weka.clusterers.RandomizableDensityBasedClusterer
public abstract class RandomizableDensityBasedClusterer
Abstract utility class for handling settings common to randomizable clusterers.
| Constructor Summary | |
|---|---|
RandomizableDensityBasedClusterer()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class weka.clusterers.AbstractDensityBasedClusterer |
|---|
clusterPriors, distributionForInstance, logDensityForInstance, logDensityPerClusterForInstance, logJointDensitiesForInstance, makeCopies |
| Methods inherited from class weka.clusterers.AbstractClusterer |
|---|
buildClusterer, clusterInstance, forName, getCapabilities, getRevision, makeCopies, makeCopy, numberOfClusters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface weka.clusterers.Clusterer |
|---|
buildClusterer, clusterInstance, getCapabilities, numberOfClusters |
| Constructor Detail |
|---|
public RandomizableDensityBasedClusterer()
| Method Detail |
|---|
public java.util.Enumeration listOptions()
listOptions in interface OptionHandler
public void setOptions(java.lang.String[] options)
throws java.lang.Exception
setOptions in interface OptionHandleroptions - the list of options as an array of strings
java.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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||