-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Hi,
Thanks for this fantastic package!
I have an issue related to the output of the clustering algorithm.
I have runned the following code in python:
os.system("java -cp /Applications/networkanalysis/networkanalysis-1.3.0.jar nl.cwts.networkanalysis.run.RunNetworkClustering"
" -n AssociationStrength -r 1 -m 20 --sorted-edge-list"
" -o " "clusters.txt"
" data_net.txt")
The output message announces 829 clusters and 760 clusters after removing clusters consisting of fewer than 20 nodes.
However when I open the file clusters.txt:
- the number of clusters is 681 (the clusters number from 0 to 759 with holes).
- many clusters contain less than 20 nodes.
Many thanks in advance for your explanation.
Metadata
Metadata
Assignees
Labels
No labels