C# Class Analyzer.ClusteringCoefficientCalculator

Inheritance: VertexMetricCalculatorBase
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Méthodes publiques

Méthode Description
CalculatorDescription ( ) : string
ClusteringCoefficientCalculator ( ) : Smrf.NodeXL.Core
TryCalculateGraphMetrics ( IGraph graph, BackgroundWorker backgroundWorker, MetricDouble &graphMetrics ) : bool
tryCalculate ( IGraph graph, BackgroundWorker bgw, VertexMetricBase &metrics ) : bool

Méthodes protégées

Méthode Description
CalculateClusteringCoefficient ( IVertex oVertex, System.Boolean bGraphIsDirected ) : Double
CalculateEdgesInFullyConnectedNeighborhood ( Int32 iAdjacentVertices, System.Boolean bGraphIsDirected ) : Int32

Method Details

CalculateClusteringCoefficient() protected méthode

protected CalculateClusteringCoefficient ( IVertex oVertex, System.Boolean bGraphIsDirected ) : Double
oVertex IVertex
bGraphIsDirected System.Boolean
Résultat Double

CalculateEdgesInFullyConnectedNeighborhood() protected méthode

protected CalculateEdgesInFullyConnectedNeighborhood ( Int32 iAdjacentVertices, System.Boolean bGraphIsDirected ) : Int32
iAdjacentVertices System.Int32
bGraphIsDirected System.Boolean
Résultat System.Int32

CalculatorDescription() public méthode

public CalculatorDescription ( ) : string
Résultat string

ClusteringCoefficientCalculator() public méthode

public ClusteringCoefficientCalculator ( ) : Smrf.NodeXL.Core
Résultat Smrf.NodeXL.Core

TryCalculateGraphMetrics() public méthode

public TryCalculateGraphMetrics ( IGraph graph, BackgroundWorker backgroundWorker, MetricDouble &graphMetrics ) : bool
graph IGraph
backgroundWorker System.ComponentModel.BackgroundWorker
graphMetrics MetricDouble
Résultat bool

tryCalculate() public méthode

public tryCalculate ( IGraph graph, BackgroundWorker bgw, VertexMetricBase &metrics ) : bool
graph IGraph
bgw System.ComponentModel.BackgroundWorker
metrics VertexMetricBase
Résultat bool