Click or drag to resize
DissimilaritiesRow Property
Identifies whether distances are computed between rows or columns of x.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual bool Row { get; set; }

Property Value

Type: Boolean
A bool identifying whether distances are computed between rows or columns of x.
Remarks
If Row = true, distances are computed between the rows of x. Otherwise, distances between the columns of x are computed. By default, Row = true.
See Also