Skip to content

Commit 6d052d1

Browse files
authored
Update README.md
1 parent 15d042c commit 6d052d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,13 @@ we sample each edge with (1-sparsity_param) x proba_edge
134134
<img src="img/mmsbm_results_sparse.png" width="60%">
135135
</p>
136136

137+
### In Conclusion:
138+
139+
- With low sparsity, kmeans tends to perform slightly better. It is expected since Kmeans over adjancency matrix use a lot more dimensions than spectral clustering.
140+
141+
- With high sparsity, spectral clustering performs better than kmeans. It can be explained by the fact that if Kmeans use a lot more dimensions, it focuses on intra cluster information and gets easily stuck in **local minima**. In the contrary spectral clustering method focuses on inter-cluster information.
142+
Actually the latter graph looks like a **k-Nearest-Neighborhood graph**. In the next part we will see that we can use this property to perform clustering in point cloud data.
143+
137144
## Part II: Application to Point Cloud Data
138145

139146

0 commit comments

Comments
 (0)