diff --git a/Clustering/1-Visualize/README.md b/Clustering/1-Visualize/README.md index bdc9d482..5a8093d0 100644 --- a/Clustering/1-Visualize/README.md +++ b/Clustering/1-Visualize/README.md @@ -78,7 +78,7 @@ There are over 100 clustering algorithms, and their use depends on the nature of If an object is classified by its proximity to a nearby object, rather than to one farther away, clusters are formed based on their members' distance to and from other objects. Scikit-Learn's Agglomerative clustering is hierarchical. -TODO: infographic +TODO: infographic **Centroid clustering**