The time complexity of hierarchical clustering is ____ than the time complexity of k-Means clustering
the space complexity of hierarchial clustering is ____ than the space complexity of k-means clustering
(מועד א 2022)
סדר את הצעדים הבאים בהתאם לאלגוריתם k-means:
a. initialize centroids
b. assign each sample to the cluster with the closest centroid
c. while haven't converged:
d. calculate the centroid of each cluster
(מועד א 2022)