-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
architecturearchitecture knwoledgearchitecture knwoledgebugSomething isn't workingSomething isn't workingenhancementFeature, algorithm or request, optimisationFeature, algorithm or request, optimisationgood first issueGood for newcomersGood for newcomers
Description
TP4 Louvain's Algorithm Heapspace exception can be catched. This occurs when we handle graphs with more than 1 Millions nodes du to initialisation of the adjencency matrix, too much zeros that we can ignore by transforming the matrix double[][] into a Hashmap of Sets.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
architecturearchitecture knwoledgearchitecture knwoledgebugSomething isn't workingSomething isn't workingenhancementFeature, algorithm or request, optimisationFeature, algorithm or request, optimisationgood first issueGood for newcomersGood for newcomers