Package | Description |
---|---|
smile.clustering |
Clustering analysis.
|
Modifier and Type | Class and Description |
---|---|
class |
CLARANS<T>
Clustering Large Applications based upon RANdomized Search.
|
class |
DBScan<T>
Density-Based Spatial Clustering of Applications with Noise.
|
class |
DENCLUE
DENsity CLUstering.
|
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 |
KMeans
K-Means learn aims to partition n observations into k clusters in which
each observation belongs to the cluster with the nearest mean.
|
class |
MEC<T>
Nonparametric Minimum Conditional Entropy Clustering.
|
class |
NeuralGas
Neural Gas soft competitive learning algorithm.
|
class |
SIB
The Sequential Information Bottleneck algorithm.
|
class |
XMeans
X-Means clustering algorithm, an extended K-Means which tries to
automatically determine the number of clusters based on BIC scores.
|
Copyright © 2015. All rights reserved.