SimilarityMatrix.Item Property

Gets the similarity between the specified rows.

Definition

Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double this[
	int p,
	int q
] { get; set; }

Parameters

p  Int32
The zero-based index of the first row.
q  Int32
The zero-based index of the second row.

Return Value

Double
The distance between the rows.

See Also