You are here: Start » AVL.NET » AVS.ClusterPoints2D_SingleLink Method

AVS.ClusterPoints2D_SingleLink Method

Clusters data using hierarchical single-link algorithm.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ClusterPoints2D_SingleLink
(
	IList<AvlNet.Point2D> inPoints,
	IList<List<AvlNet.Point2D>> outClusters
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>Array of points to cluster.
outClustersSystem.Collections.Generic.IList<System.Collections.Generic.List<AvlNet.Point2D>>Resulting Point2D clusters.

Function Overrides

See also