SimilarityMatrix.Item Property

Gets the similarity between the specified rows.

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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