| Package | Description |
|---|---|
| weka.datagenerators | |
| weka.datagenerators.clusterers |
| Modifier and Type | Method and Description |
|---|---|
ClusterGenerator |
ClusterDefinition.getParent()
returns the parent datagenerator this cluster belongs to
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterDefinition.setParent(ClusterGenerator parent)
sets the parent datagenerator this cluster belongs to
|
| Constructor and Description |
|---|
ClusterDefinition(ClusterGenerator parent)
initializes the cluster
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
SubspaceClusterDefinition(ClusterGenerator parent)
initializes the cluster with default values
|
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.