title | output |
---|---|
README |
html_document |
Some experiments with K-means and Kernel K-means.
Generate two linearly separable clouds of points. Then apply K-means. Accuracy: 100%.
Generate two not linearly separable clouds of points. Then apply K-means. Accuracy: 94%.
Generate two clouds of points: cloud of points surrounded by a circle. Then apply K-means. Accuracy: 32%.
Apply Kernel K-means on the data generated in Experiment 3. Accuracy: 100%.