SparseAgglomerativeClusteringGetMetricLineDelegate Delegate
|
Get distances matrix line with specified index.
Namespace:
FinMath.ClusterAnalysis
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public delegate double[] GetMetricLineDelegate(
int index
)
Parameters
- index
- Type: SystemInt32
Zero-based index of line to get.
Return Value
Type:
DoubleLine of distances matrix.
See Also