Hi, I'm currently working on a C# program with NodeXL API and I want to calculate the centrality metrics within the code. I'm new to the API, and I think the class that can calculate the centrality is the "BrandesFastCentralityCalculator Class" under the Smrf.NodeXL.Algorithms namespace, is that the right one?
And in NodeXLApi Help file it says "Starting with version 1.0.1.122 of NodeXL, the centralities are calculated using the SNAP graph library...", so does it mean that the built-in algorithm of this class is from SNAP or I have to use another class called "SNAP library"?
Hope you can help, and sorry for my bad English.;-)
Best wishes. Larry.
And in NodeXLApi Help file it says "Starting with version 1.0.1.122 of NodeXL, the centralities are calculated using the SNAP graph library...", so does it mean that the built-in algorithm of this class is from SNAP or I have to use another class called "SNAP library"?
Hope you can help, and sorry for my bad English.;-)
Best wishes. Larry.