Click or drag to resize
DissimilaritiesIndex Property
The indices of the rows.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int[] Index { get; set; }

Property Value

Type: Int32
An int array containing the indices of the columns (rows if Row = false) to use in computing the distance measure.
Remarks
By default, if Row = true, Index = 0, 1, ..., x.GetLength(1)-1. if Row = false, Index = 0, 1, ..., x.GetLength(0)-1, see Row.
See Also