Learn Before
Concept
Building Similarity Graph
The first thing we need to do for the algorithm is build a similarity graph from the similarity matrix. There are three types of similarity graphs that can be generated :
- -neighbourhood graph
- K nearest neighbours graph
- Fully connected graph
0
1
Updated 2020-03-15
Tags
Data Science