Click or drag to resize

DistanceMeasuresEffectiveDiameter Method

Returns the effective diameter of the graph G. The diameter is the maximum eccentricity.

Namespace:  GraphLibrary
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public int EffectiveDiameter(
	BaseGraph graph,
	double p = 0,9
)

Parameters

graph
Type: GraphLibrary.GraphsBaseGraph
p (Optional)
Type: SystemDouble
percentile

Return Value

Type: Int32
Returns integer the diameter of the graph G.
See Also