Package | Description |
---|---|
smile.clustering |
Clustering analysis.
|
Modifier and Type | Class and Description |
---|---|
class |
DeterministicAnnealing
Deterministic annealing clustering.
|
class |
GMeans
G-Means clustering algorithm, an extended K-Means which tries to
automatically determine the number of clusters by normality test.
|
class |
NeuralGas
Neural Gas soft competitive learning algorithm.
|
class |
XMeans
X-Means clustering algorithm, an extended K-Means which tries to
automatically determine the number of clusters based on BIC scores.
|
Modifier and Type | Method and Description |
---|---|
static KMeans |
KMeans.lloyd(double[][] data,
int k)
The implementation of Lloyd algorithm as a benchmark.
|
static KMeans |
KMeans.lloyd(double[][] data,
int k,
int maxIter)
The implementation of Lloyd algorithm as a benchmark.
|
static KMeans |
KMeans.lloyd(double[][] data,
int k,
int maxIter,
int runs)
The implementation of Lloyd algorithm as a benchmark.
|
Copyright © 2015. All rights reserved.