C# 클래스 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.

상속: GraphMetricCalculatorBase2
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

보호된 프로퍼티들

프로퍼티 타입 설명
m_bPutNeighborlessVerticesInOneCluster System.Boolean
m_eAlgorithm ClusterAlgorithm

공개 메소드들

메소드 설명
AssertValid ( ) : void
ClusterCalculator2 ( ) : System

Initializes a new instance of the ClusterCalculator2 class.

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

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

ClusterCalculator2() 공개 메소드

Initializes a new instance of the ClusterCalculator2 class.
public ClusterCalculator2 ( ) : System
리턴 System

TryCalculateGraphMetrics() 공개 메소드

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

프로퍼티 상세

m_bPutNeighborlessVerticesInOneCluster 보호되어 있는 프로퍼티

protected Boolean,System m_bPutNeighborlessVerticesInOneCluster
리턴 System.Boolean

m_eAlgorithm 보호되어 있는 프로퍼티

protected ClusterAlgorithm m_eAlgorithm
리턴 ClusterAlgorithm