Package | Description |
---|---|
jsat.clustering.kmeans |
Modifier and Type | Class and Description |
---|---|
class |
ElkanKernelKMeans
An efficient implementation of the K-Means algorithm.
|
class |
LloydKernelKMeans
An implementation of the naive algorithm for performing kernel k-means.
|
Modifier and Type | Method and Description |
---|---|
KernelKMeans |
LloydKernelKMeans.clone() |
abstract KernelKMeans |
KernelKMeans.clone() |
Constructor and Description |
---|
KernelKMeans(KernelKMeans toCopy)
Copy constructor
|
Copyright © 2017. All rights reserved.