Click or drag to resize

SparseAgglomerativeClusteringGetMetricLineDelegate Delegate

Get distances matrix line with specified index.

Namespace:  FinMath.ClusterAnalysis
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public delegate double[] GetMetricLineDelegate(
	int index
)

Parameters

index
Type: SystemInt32
Zero-based index of line to get.

Return Value

Type: Double
Line of distances matrix.
See Also