Learn Before
Concept

Definition : Adjacency Matrix W

Each data point in the matrix denotes the similarity between two data points i.e. wi,jw_{i,j} denotes the similarity between points ii and jj calculated by some specific function. Eg : Gaussian similarity function :

wi,j=exp(xixj22σ2)w_{i,j} = exp(- \frac{||x_i - x_j||^2}{2\sigma^2}) Here || denotes the L2 norm, and σ\sigma is just a parameter. W is symmetric and all wi,j>=0w_{i,j} >= 0

0

1

Updated 2020-03-15

Tags

Data Science