C# (CSharp) Smrf.NodeXL.Algorithms Namespace

Classes

Name Description
BrandesFastCentralityCalculator Calculates the betweenness and closeness centralities for each of the graph's vertices.
BrandesVertexCentralities Stores the centrality metrics that are calculated by for one vertex.
CliqueMotif Represents a clique motif.
ClusterCalculator Partitions a graph into clusters.
ClusteringCoefficientCalculator Calculates the clustering coefficient for each of the graph's vertices.
Community Represents a community used by ClusterCalculator.
CommunityPair Represents a pair of communities used by ClusterCalculator.
ConnectedComponentCalculator Calculates the strongly connected components for a specified graph.
DConnectorMotif Represents a D-connector motif.
DuplicateEdgeDetector Counts duplicate and unique edges in a graph.
EdgeReciprocationCalculator Calculates whether the edges in a connected graph are reciprocated.
EigenvectorCentralityCalculator Calculates the eigenvector centrality for each of the graph's vertices.
FanMotif Represents a fan motif.
GraphMetricCalculatorBase Base class for classes that implement .
GraphMetricException
IntergroupEdgeCalculator Given a collection of vertex groups, this class counts the number of edges and the sum of edge weights for the edges between pairs of groups, and for the edges within each group.
Motif Base class for a family of classes that represent motifs.
MotifCalculator Calculates motifs for a specified graph.
OneDoubleGraphMetricCalculatorBase Calculates one graph metric of type Double for each of the graph's vertices.
OneSnapGraphMetricCalculatorBase Calculates one per-vertex graph metric using the SNAP graph library.
OverallMetricCalculator Calculates the overall metrics for the graph.
OverallReciprocationCalculator Calculates the reciprocated vertex pair ratio and the reciprocated edge pair ratio for the graph.
PageRankCalculator Calculates the PageRanks for each of the graph's vertices.
ReciprocatedVertexPairRatioCalculator Calculates the reciprocated vertex pair ratio for each of the graph's vertices.
SubgraphCalculator Gets a subgraph for a specified vertex.
VertexDegreeCalculator Calculates the in-degree, out-degree, and degree for each of the graph's vertices.
VertexDegrees Stores the degree metrics for one vertex.