Class | Description |
---|---|
DivisiveGlobalClusterer |
DivisiveGlobalClusterer is a hierarchical clustering method that works by
splitting the data set into sub trees from the top down.
|
DivisiveLocalClusterer |
DivisiveLocalClusterer is a hierarchical clustering method that works by
splitting the data set into sub trees from the top down.
|
NNChainHAC |
This class implements Hierarchical Agglomerative Clustering via the Nearest
Neighbor Chain approach.
|
PriorityHAC | |
SimpleHAC |
Provides a naive implementation of hierarchical agglomerative clustering
(HAC).
|
Copyright © 2017. All rights reserved.