Create new graph from cluster collection. Runs rooted clustering inside for creating the binary trees which are to be attached to the root.

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function CreateFromClusterCollection ( _
	_clusterCollection As Hashtable _
) As Graph
C#
public static Graph CreateFromClusterCollection(
	Hashtable _clusterCollection
)
Visual C++
public:
static Graph^ CreateFromClusterCollection(
	Hashtable^ _clusterCollection
)
JavaScript
FlowMap.Graph.createFromClusterCollection = function(_clusterCollection);

Parameters

_clusterCollection
Type: System.Collections..::.Hashtable

Return Value

See Also