Classification

Similarity Graphs in Spectral Clustering

In the spectral clustering algorithm, the first step is to build a similarity graph from the similarity matrix. There are three common types of similarity graphs that can be generated:

  1. ϵ\epsilon-neighbourhood graph
  2. k-nearest neighbours graph
  3. Fully connected graph

0

1

Updated 2026-06-14

Tags

Data Science