C# Class Smrf.NodeXL.ExcelTemplate.ClusterCalculator2

Partitions a graph into clusters.
Use the Algorithm property to specify the clustering algorithm to use.

See Algorithms.ClusterCalculator for details on how the graph is partitioned into clusters.

Inheritance: GraphMetricCalculatorBase2
Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_bPutNeighborlessVerticesInOneCluster System.Boolean
m_eAlgorithm ClusterAlgorithm

Méthodes publiques

Méthode Description
AssertValid ( ) : void
ClusterCalculator2 ( ) : System

Initializes a new instance of the ClusterCalculator2 class.

TryCalculateGraphMetrics ( IGraph graph, CalculateGraphMetricsContext calculateGraphMetricsContext, GraphMetricColumn &graphMetricColumns ) : System.Boolean

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

ClusterCalculator2() public méthode

Initializes a new instance of the ClusterCalculator2 class.
public ClusterCalculator2 ( ) : System
Résultat System

TryCalculateGraphMetrics() public méthode

public TryCalculateGraphMetrics ( IGraph graph, CalculateGraphMetricsContext calculateGraphMetricsContext, GraphMetricColumn &graphMetricColumns ) : System.Boolean
graph IGraph
calculateGraphMetricsContext CalculateGraphMetricsContext
graphMetricColumns GraphMetricColumn
Résultat System.Boolean

Property Details

m_bPutNeighborlessVerticesInOneCluster protected_oe property

protected Boolean,System m_bPutNeighborlessVerticesInOneCluster
Résultat System.Boolean

m_eAlgorithm protected_oe property

protected ClusterAlgorithm m_eAlgorithm
Résultat ClusterAlgorithm