other:inspect3d:documentation:knowledge_discovery:k-means_clustering
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| other:inspect3d:documentation:knowledge_discovery:k-means_clustering [2024/12/20 16:07] – wikisysop | other:inspect3d:documentation:knowledge_discovery:k-means_clustering [2026/04/13 20:00] (current) – ↷ Links adapted because of a move operation 47.82.13.138 | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| Inspect3D allows users to apply the k-means clustering algorithm to the results of PCA. The dimensionality of the data space is the number of principal components and the user specifies the number of clusters to be found - this is the parameter //k//. | Inspect3D allows users to apply the k-means clustering algorithm to the results of PCA. The dimensionality of the data space is the number of principal components and the user specifies the number of clusters to be found - this is the parameter //k//. | ||
| - | * In the {{: | + | * In the {{: |
| * Selecting {{: | * Selecting {{: | ||
| * The **K-Means** tab allows the user to specify parameter values for the algorithm and then run it on PCA results. | * The **K-Means** tab allows the user to specify parameter values for the algorithm and then run it on PCA results. | ||
| Line 23: | Line 23: | ||
| **Abstract** | **Abstract** | ||
| + | |||
| The k-means method is a widely used clustering technique that seeks to minimize the average squared distance between points in the same cluster. Although it offers no accuracy guarantees, its simplicity and speed are very appealing in practice. By augmenting k-means with a simple, randomized seeding technique, we obtain an algorithm that is O(log k)-competitive with the optimal clustering. Experiments show our augmentation improves both the speed and the accuracy of k-means, often quite dramatically. | The k-means method is a widely used clustering technique that seeks to minimize the average squared distance between points in the same cluster. Although it offers no accuracy guarantees, its simplicity and speed are very appealing in practice. By augmenting k-means with a simple, randomized seeding technique, we obtain an algorithm that is O(log k)-competitive with the optimal clustering. Experiments show our augmentation improves both the speed and the accuracy of k-means, often quite dramatically. | ||
other/inspect3d/documentation/knowledge_discovery/k-means_clustering.1734710873.txt.gz · Last modified: by wikisysop
