Package weka.datagenerators
Class ClusterDefinition
java.lang.Object
weka.datagenerators.ClusterDefinition
- All Implemented Interfaces:
Serializable,OptionHandler,RevisionHandler
- Direct Known Subclasses:
SubspaceClusterDefinition
public abstract class ClusterDefinition
extends Object
implements Serializable, OptionHandler, RevisionHandler
Ancestor to all ClusterDefinitions, i.e., subclasses that handle their
own parameters that the cluster generator only passes on.
- Version:
- $Revision: 1.5 $
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptioninitializes the cluster, without a parent cluster (necessary for GOE)ClusterDefinition(ClusterGenerator parent) initializes the cluster -
Method Summary
Modifier and TypeMethodDescriptionabstract String[]Gets the current settings of the datagenerator BIRCHCluster.returns the parent datagenerator this cluster belongs toReturns a string describing this data generator.abstract EnumerationReturns an enumeration describing the available options.Returns the tip text for this propertyabstract voidsetOptions(String[] options) Parses a list of options for this object.voidsetParent(ClusterGenerator parent) sets the parent datagenerator this cluster belongs totoString()returns a string representation of the clusterMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface weka.core.RevisionHandler
getRevision
-
Constructor Details
-
ClusterDefinition
public ClusterDefinition()initializes the cluster, without a parent cluster (necessary for GOE) -
ClusterDefinition
initializes the cluster- Parameters:
parent- the datagenerator this cluster belongs to
-
-
Method Details
-
globalInfo
Returns a string describing this data generator.- Returns:
- a description of the data generator suitable for displaying in the explorer/experimenter gui
-
listOptions
Returns an enumeration describing the available options.- Specified by:
listOptionsin interfaceOptionHandler- Returns:
- an enumeration of all the available options
-
setOptions
Parses a list of options for this object. For list of valid options see class description.- Specified by:
setOptionsin interfaceOptionHandler- Parameters:
options- the list of options as an array of strings- Throws:
Exception- if an option is not supported
-
getOptions
Gets the current settings of the datagenerator BIRCHCluster.- Specified by:
getOptionsin interfaceOptionHandler- Returns:
- an array of strings suitable for passing to setOptions
-
getParent
returns the parent datagenerator this cluster belongs to- Returns:
- the parent this cluster belongs to
-
setParent
sets the parent datagenerator this cluster belongs to- Parameters:
parent- the parent datagenerator
-
parentTipText
Returns the tip text for this property- Returns:
- tip text for this property suitable for displaying in the explorer/experimenter gui
-
toString
returns a string representation of the cluster
-