|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.datagenerators.ClusterDefinition
public abstract class ClusterDefinition
Ancestor to all ClusterDefinitions, i.e., subclasses that handle their own parameters that the cluster generator only passes on.
Constructor Summary | |
---|---|
ClusterDefinition()
initializes the cluster, without a parent cluster (necessary for GOE) |
|
ClusterDefinition(ClusterGenerator parent)
initializes the cluster |
Method Summary | |
---|---|
abstract java.lang.String[] |
getOptions()
Gets the current settings of the datagenerator BIRCHCluster. |
ClusterGenerator |
getParent()
returns the parent datagenerator this cluster belongs to |
java.lang.String |
globalInfo()
Returns a string describing this data generator. |
abstract java.util.Enumeration |
listOptions()
Returns an enumeration describing the available options. |
java.lang.String |
parentTipText()
Returns the tip text for this property |
abstract void |
setOptions(java.lang.String[] options)
Parses a list of options for this object. |
void |
setParent(ClusterGenerator parent)
sets the parent datagenerator this cluster belongs to |
java.lang.String |
toString()
returns a string representation of the cluster |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface weka.core.RevisionHandler |
---|
getRevision |
Constructor Detail |
---|
public ClusterDefinition()
public ClusterDefinition(ClusterGenerator parent)
parent
- the datagenerator this cluster belongs toMethod Detail |
---|
public java.lang.String globalInfo()
public abstract java.util.Enumeration listOptions()
listOptions
in interface OptionHandler
public abstract void setOptions(java.lang.String[] options) throws java.lang.Exception
setOptions
in interface OptionHandler
options
- the list of options as an array of strings
java.lang.Exception
- if an option is not supportedpublic abstract java.lang.String[] getOptions()
getOptions
in interface OptionHandler
public ClusterGenerator getParent()
public void setParent(ClusterGenerator parent)
parent
- the parent datageneratorpublic java.lang.String parentTipText()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |