Dear NodeXL creators,
I'm working on NLP with NodeXL via c# interface. I love it, thank you.
I see that right now my options are limited to Clauset Newman Moore, Newman Girvan, Clique and Wakita Tsurumi.
ClusterCalculator clusterCalculator = new ClusterCalculator();
clusterCalculator.Algorithm = ClusterAlgorithm.ClausetNewmanMoore;
From what I've read, InfoMap clustring algorithm usually performs better than those. - I also see that SNAP supports InfoMap.
Can I call to InfoMap with a simple modification of your code, or else - are you planning on releasing a new version which includes this option?
Thank you very much, again - wonderful product!
Sefi.
I'm working on NLP with NodeXL via c# interface. I love it, thank you.
I see that right now my options are limited to Clauset Newman Moore, Newman Girvan, Clique and Wakita Tsurumi.
ClusterCalculator clusterCalculator = new ClusterCalculator();
clusterCalculator.Algorithm = ClusterAlgorithm.ClausetNewmanMoore;
From what I've read, InfoMap clustring algorithm usually performs better than those. - I also see that SNAP supports InfoMap.
Can I call to InfoMap with a simple modification of your code, or else - are you planning on releasing a new version which includes this option?
Thank you very much, again - wonderful product!
Sefi.