Package | Description |
---|---|
jsat.clustering.kmeans |
Modifier and Type | Class and Description |
---|---|
class |
ElkanKMeans
An efficient implementation of the K-Means algorithm.
|
class |
GMeans
This class provides a method of performing
KMeans clustering when the
value of K is not known. |
class |
HamerlyKMeans
An efficient implementation of the K-Means algorithm.
|
class |
KMeansPDN
This class provides a method of performing
KMeans clustering when the
value of K is not known. |
class |
NaiveKMeans
An implementation of Lloyd's K-Means clustering algorithm using the
naive algorithm.
|
class |
XMeans
This class provides a method of performing
KMeans clustering when the
value of K is not known. |
Modifier and Type | Method and Description |
---|---|
abstract KMeans |
KMeans.clone() |
Constructor and Description |
---|
GMeans(KMeans kmeans) |
KMeans(KMeans toCopy)
Copy constructor
|
KMeansPDN(KMeans kmeans)
Creates a new clustered that uses the specified object to perform clustering for all
k . |
XMeans(KMeans kmeans) |
Copyright © 2017. All rights reserved.