C# Class Smrf.NodeXL.Algorithms.CommunityPair

Represents a pair of communities used by ClusterCalculator.
Inheritance: Object
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_fDeltaQ System.Single
m_oCommunity1 Community
m_oCommunity2 Community

Méthodes publiques

Méthode Description
CommunityPair ( ) : System

Initializes a new instance of the CommunityPair class.

ToString ( ) : String

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

CommunityPair() public méthode

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

ToString() public méthode

public ToString ( ) : String
Résultat String

Property Details

m_fDeltaQ protected_oe property

protected Single,System m_fDeltaQ
Résultat System.Single

m_oCommunity1 protected_oe property

protected Community,Smrf.NodeXL.Algorithms m_oCommunity1
Résultat Community

m_oCommunity2 protected_oe property

protected Community,Smrf.NodeXL.Algorithms m_oCommunity2
Résultat Community