Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
CalculateGraphMetrics ( IGraph graph, Nullable |
||
OverallReciprocationCalculator ( ) : System |
Initializes a new instance of the
|
|
TryCalculateGraphMetrics ( IGraph graph, |
Method | Description | |
---|---|---|
CalculateReciprocatedEdgeRatio ( IGraph oGraph, |
||
CalculateReciprocatedVertexPairRatio ( IGraph oGraph, |
||
CountEdges ( IGraph oGraph, HashSet |
||
CountVertexPairsWithBothDirectedEdges ( IGraph oGraph, HashSet |
public CalculateGraphMetrics ( IGraph graph, Nullable |
||
graph | IGraph | |
reciprocatedVertexPairRatio | Nullable |
|
reciprocatedEdgeRatio | Nullable |
|
return | void |
protected CalculateReciprocatedEdgeRatio ( IGraph oGraph, |
||
oGraph | IGraph | |
iVertexPairsWithBothDirectedEdges | ||
return | Nullable |
protected CalculateReciprocatedVertexPairRatio ( IGraph oGraph, |
||
oGraph | IGraph | |
iVertexPairsWithBothDirectedEdges | ||
oVertexIDPairsUnordered | HashSet |
|
return | Nullable |
protected CountEdges ( IGraph oGraph, HashSet |
||
oGraph | IGraph | |
oVertexIDPairsOrdered | HashSet |
|
oVertexIDPairsUnordered | HashSet |
|
return | void |
protected CountVertexPairsWithBothDirectedEdges ( IGraph oGraph, HashSet |
||
oGraph | IGraph | |
oVertexIDPairsOrdered | HashSet |
|
return |
public OverallReciprocationCalculator ( ) : System | ||
return | System |
public TryCalculateGraphMetrics ( IGraph graph, |
||
graph | IGraph | |
backgroundWorker | ||
reciprocatedVertexPairRatio | Nullable |
|
reciprocatedEdgeRatio | Nullable |
|
return | System.Boolean |