summaryrefslogtreecommitdiff
path: root/SI/Resource/Fundamentals of Data Mining/Content/K-means++.md
diff options
context:
space:
mode:
Diffstat (limited to 'SI/Resource/Fundamentals of Data Mining/Content/K-means++.md')
-rw-r--r--SI/Resource/Fundamentals of Data Mining/Content/K-means++.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/SI/Resource/Fundamentals of Data Mining/Content/K-means++.md b/SI/Resource/Fundamentals of Data Mining/Content/K-means++.md
new file mode 100644
index 0000000..5cf1343
--- /dev/null
+++ b/SI/Resource/Fundamentals of Data Mining/Content/K-means++.md
@@ -0,0 +1,11 @@
+---
+id: K-means++
+aliases: []
+tags: []
+---
+
+- The first centroid is selected at random
+- The next centroid selected is the one that is the farthest from the currently
+ selected (selection is based on a weighted probability score)
+- The selection continues until _K_ centroids are obtained
+- [Youtube](https://www.youtube.com/watch?v=z2yncM2HE6M)