Package | Description |
---|---|
org.apache.commons.math3.stat.clustering |
Clustering algorithms
|
Modifier and Type | Class and Description |
---|---|
class |
Cluster<T extends Clusterable<T>>
Cluster holding a set of
Clusterable points. |
class |
KMeansPlusPlusClusterer<T extends Clusterable<T>>
Clustering algorithm based on David Arthur and Sergei Vassilvitski k-means++ algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
EuclideanIntegerPoint
A simple implementation of
Clusterable for points with integer coordinates. |
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.