![]() |
Clustering Class |
Namespace: GraphLibrary
public class Clustering
The Clustering type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clustering | Initializes a new instance of the Clustering class |
Name | Description | |
---|---|---|
![]() | AverageClustering |
Compute the average clustering coefficient for the graph G. The clustering coefficient for the graph is the average.
|
![]() | ClusteringCoefficient |
Compute the clustering coefficient for nodes. Implemented only for unweighted and undirected graphs.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GeneralizedDegree |
Compute the generalized degree for nodes. For each node, the generalized degree shows how many edges of given triangle multiplicity the node is connected to.The triangle multiplicity of an edge is the number of triangles an edge participates in.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Transitivity | |
![]() | Triangles |
Compute the number of triangles. Finds the number of triangles that include a node as one vertex.
|