Package | Description |
---|---|
weka.clusterers |
Modifier and Type | Class and Description |
---|---|
class |
Cobweb
Class implementing the Cobweb and Classit clustering algorithms.
Note: the application of node operators (merging, splitting etc.) in terms of ordering and priority differs (and is somewhat ambiguous) between the original Cobweb and Classit papers. |
class |
FarthestFirst
Cluster data using the FarthestFirst algorithm.
For more information see: Hochbaum, Shmoys (1985). |
class |
SimpleKMeans
Cluster data using the k means algorithm.
|
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.