C# 클래스 Analyzer.ClusteringCoefficientCalculator

상속: VertexMetricCalculatorBase
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 메소드들

메소드 설명
CalculatorDescription ( ) : string
ClusteringCoefficientCalculator ( ) : Smrf.NodeXL.Core
TryCalculateGraphMetrics ( IGraph graph, BackgroundWorker backgroundWorker, MetricDouble &graphMetrics ) : bool
tryCalculate ( IGraph graph, BackgroundWorker bgw, VertexMetricBase &metrics ) : bool

보호된 메소드들

메소드 설명
CalculateClusteringCoefficient ( IVertex oVertex, System.Boolean bGraphIsDirected ) : Double
CalculateEdgesInFullyConnectedNeighborhood ( Int32 iAdjacentVertices, System.Boolean bGraphIsDirected ) : Int32

메소드 상세

CalculateClusteringCoefficient() 보호된 메소드

protected CalculateClusteringCoefficient ( IVertex oVertex, System.Boolean bGraphIsDirected ) : Double
oVertex IVertex
bGraphIsDirected System.Boolean
리턴 Double

CalculateEdgesInFullyConnectedNeighborhood() 보호된 메소드

protected CalculateEdgesInFullyConnectedNeighborhood ( Int32 iAdjacentVertices, System.Boolean bGraphIsDirected ) : Int32
iAdjacentVertices System.Int32
bGraphIsDirected System.Boolean
리턴 System.Int32

CalculatorDescription() 공개 메소드

public CalculatorDescription ( ) : string
리턴 string

ClusteringCoefficientCalculator() 공개 메소드

public ClusteringCoefficientCalculator ( ) : Smrf.NodeXL.Core
리턴 Smrf.NodeXL.Core

TryCalculateGraphMetrics() 공개 메소드

public TryCalculateGraphMetrics ( IGraph graph, BackgroundWorker backgroundWorker, MetricDouble &graphMetrics ) : bool
graph IGraph
backgroundWorker System.ComponentModel.BackgroundWorker
graphMetrics MetricDouble
리턴 bool

tryCalculate() 공개 메소드

public tryCalculate ( IGraph graph, BackgroundWorker bgw, VertexMetricBase &metrics ) : bool
graph IGraph
bgw System.ComponentModel.BackgroundWorker
metrics VertexMetricBase
리턴 bool