Data Clustering¶
Vector Quantization¶
|
Clusters points using k-means algorithm |
|
Clusters points using k-means algorithm |
|
Runs the k-means algorithm for a specific random initialization |
|
Runs the k-means algorithm for a specific random initialization |
|
Returns the index of the nearest centroid for a specific point |
|
Returns the index of the nearest centroid for a specific point |
|
Finds the assignment of each point to a specific centroid |
|
Finds the assignment of each point to a specific centroid |
|
Finds new centroids based on current assignment |
|
Finds new centroids based on current assignment |
Spectral Clustering¶
|
Unnormalized spectral clustering |
|
Unnormalized spectral clustering with known number of clusters |
|
Unnormalized spectral clustering with known number of clusters |
|
Normalized spectral clustering with random walk |
Data types¶
The state for K-means algorithm |
|
The solution for K-means algorithm |
|
The solution for K-means algorithm |