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 :

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

0

1

Updated 2020-03-15

Tags

Data Science