Learn Before
Definition
Weighted Adjacency Matrix in Spectral Clustering
In spectral clustering, the weighted adjacency matrix represents the similarity graph of the data points. Each entry denotes the non-negative similarity between points and , calculated by a specific function. For example, using the Gaussian similarity function:
Here, denotes the L2 norm, and is a scaling parameter. The matrix is symmetric, and all weights satisfy .
0
1
Updated 2026-06-17
Contributors are:
Who are from:
Tags
Data Science