|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClusterGenerator | |
|---|---|
| weka.datagenerators | |
| weka.datagenerators.clusterers | |
| Uses of ClusterGenerator in weka.datagenerators |
|---|
| Methods in weka.datagenerators that return ClusterGenerator | |
|---|---|
ClusterGenerator |
ClusterDefinition.getParent()
returns the parent datagenerator this cluster belongs to |
| Methods in weka.datagenerators with parameters of type ClusterGenerator | |
|---|---|
void |
ClusterDefinition.setParent(ClusterGenerator parent)
sets the parent datagenerator this cluster belongs to |
| Constructors in weka.datagenerators with parameters of type ClusterGenerator | |
|---|---|
ClusterDefinition(ClusterGenerator parent)
initializes the cluster |
|
| Uses of ClusterGenerator in weka.datagenerators.clusterers |
|---|
| Subclasses of ClusterGenerator in weka.datagenerators.clusterers | |
|---|---|
class |
BIRCHCluster
Cluster data generator designed for the BIRCH System Dataset is generated with instances in K clusters. Instances are 2-d data points. Each cluster is characterized by the number of data points in itits radius and its center. |
class |
SubspaceCluster
A data generator that produces data points in hyperrectangular subspace clusters. |
| Constructors in weka.datagenerators.clusterers with parameters of type ClusterGenerator | |
|---|---|
SubspaceClusterDefinition(ClusterGenerator parent)
initializes the cluster with default values |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||