Свойство | Тип | Описание | |
---|---|---|---|
m_bPutNeighborlessVerticesInOneCluster | System.Boolean | ||
m_eAlgorithm | ClusterAlgorithm |
Метод | Описание | |
---|---|---|
AssertValid ( ) : void | ||
CalculateGraphMetrics ( IGraph graph ) : ICollection |
||
ClusterCalculator ( ) : System |
Initializes a new instance of the ClusterCalculator class.
|
|
TryCalculateGraphMetrics ( IGraph graph, |
Метод | Описание | |
---|---|---|
CreateCommunities ( IVertexCollection oVertices, |
||
CreateCommunityOfNeighborlessVertices ( IEnumerable |
||
InitializeDeltaQs ( LinkedList |
||
MergeCommunities ( LinkedList |
||
RemoveNeighborlessVerticesFromGraph ( IGraph oGraph ) : List |
||
TryCalculateClustersSnap ( IGraph oGraph, SnapGraphMetrics eSnapGraphMetric, |
||
TryCalculateClustersWakitaTsurumi ( IGraph oGraph, |
public CalculateGraphMetrics ( IGraph graph ) : ICollection |
||
graph | IGraph | |
Результат | ICollection |
protected CreateCommunities ( IVertexCollection oVertices, |
||
oVertices | IVertexCollection | |
oIDGenerator | ||
Результат | LinkedList |
protected CreateCommunityOfNeighborlessVertices ( IEnumerable |
||
oNeighborlessVertices | IEnumerable |
|
Результат |
protected InitializeDeltaQs ( LinkedList |
||
oCommunities | LinkedList |
|
oDeltaQMaxHeap | DeltaQMaxHeap | |
iEdgesInGraph | ||
Результат | void |
protected MergeCommunities ( LinkedList |
||
oCommunities | LinkedList |
|
oCommunityPairToMerge | ||
oDeltaQMaxHeap | DeltaQMaxHeap | |
iEdgesInGraph | ||
oIDGenerator | ||
Результат | void |
protected RemoveNeighborlessVerticesFromGraph ( IGraph oGraph ) : List |
||
oGraph | IGraph | |
Результат | List |
protected TryCalculateClustersSnap ( IGraph oGraph, SnapGraphMetrics eSnapGraphMetric, |
||
oGraph | IGraph | |
eSnapGraphMetric | SnapGraphMetrics | |
oBackgroundWorker | ||
oGraphMetrics | ICollection |
|
Результат | System.Boolean |
protected TryCalculateClustersWakitaTsurumi ( IGraph oGraph, |
||
oGraph | IGraph | |
oBackgroundWorker | ||
oGraphMetrics | ICollection |
|
Результат | System.Boolean |
public TryCalculateGraphMetrics ( IGraph graph, |
||
graph | IGraph | |
backgroundWorker | ||
graphMetrics | ICollection |
|
Результат | System.Boolean |
protected Boolean,System m_bPutNeighborlessVerticesInOneCluster | ||
Результат | System.Boolean |