Click or drag to resize

Clustering Class

Clustering
Inheritance Hierarchy
SystemObject
  GraphLibraryClustering

Namespace:  GraphLibrary
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public class Clustering

The Clustering type exposes the following members.

Constructors
  NameDescription
Public methodClustering
Initializes a new instance of the Clustering class
Top
Methods
  NameDescription
Public methodAverageClustering
Compute the average clustering coefficient for the graph G. The clustering coefficient for the graph is the average.
Public methodClusteringCoefficient
Compute the clustering coefficient for nodes. Implemented only for unweighted and undirected graphs.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGeneralizedDegree
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.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransitivity
Public methodTriangles
Compute the number of triangles. Finds the number of triangles that include a node as one vertex.
Top
See Also