-
Notifications
You must be signed in to change notification settings - Fork 1
Calculate adjusted rand index
Evelina Ignatova edited this page Sep 8, 2024
·
1 revision
- Install SimKit Plugin in Neo4j
- Procedures
- Map nodes in Neo4j from CSV
- Construct similarity matrix in Neo4j from CSV
- Construct similarity matrix in Neo4j from Neo4j Nodes
- Construct laplacian eigendecomposited matrix
- Perform K-means clustering and validate it with silhouette coefficient
- Calculate silhouette coefficient
- Calculate adjusted rand index
- Perform spectral clustering algorithm and validate it with silhouette coefficient