Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
guntas-13 committed Apr 23, 2024
1 parent 9194908 commit a5cd51b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
Binary file added Media/DBLP_ARI_LPA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added Media/DBLP_Mod_LPA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Media/DBLP_NMI_LPA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,18 @@ $$ \text{J}(i, j) = \frac{|\text{Adj}(i) \cap \text{Adj}(j)|}{|\text{Adj}(i) \cu

## RESULTS (As of Now)

### Louvain Algorithm

![](https://github.com/guntas-13/CS328-SparseCommunityDetection/blob/main/Media/DBLP_ARI.png)
![](https://github.com/guntas-13/CS328-SparseCommunityDetection/blob/main/Media/DBLP_NMI.png)
![](https://github.com/guntas-13/CS328-SparseCommunityDetection/blob/main/Media/DBLP_Mod.png)

### Label Propogation Algorithm

![](https://github.com/guntas-13/CS328-SparseCommunityDetection/blob/main/Media/DBLP_ARI_LPA.png)
![](https://github.com/guntas-13/CS328-SparseCommunityDetection/blob/main/Media/DBLP_NMI_LPA.png)
![](https://github.com/guntas-13/CS328-SparseCommunityDetection/blob/main/Media/DBLP_Mod_LPA.png)

## God Funtion

```python
Expand Down

0 comments on commit a5cd51b

Please sign in to comment.