Learn Before
Concept

K-Clustering of Graph Nodes

By examining the eigenvectors of graph Laplacian, the nodes can be clustered into K groups. The steps are as follows:

  1. Find the smallest K eigenvectors of the graph Laplacian (excluding the smallest one).
  2. Let U be the matrix whose columns are the K eigenvectors, then represent each node vv as its corresponding row zvz_v in U.
  3. Run K-means clustering on the embeddings zv,vVz_v, \forall v\in V

0

1

Updated 2022-06-25

Contributors are:

Who are from:

Tags

Data Science