ISlDistance.Values

Fore Syntax

Values: Array;

Fore.NET Syntax

Values: System.Array;

Description

The Values property returns matrix of distances between objects.

Comments

The matrix dimension is n, where n - is the number of objects (ISmHierarchicalClusterAnalysis.Objects).

Fore and Fore.NET Examples

The property use is given in the example for ISlDistance.ComputeValues.

See also:

ISlDistance