DissimilaritiesRow Property |
Identifies whether distances are computed between rows or columns of x.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual bool Row { get; set; }
Public Overridable Property Row As Boolean
Get
Set
public:
virtual property bool Row {
bool get ();
void set (bool value);
}
abstract Row : bool with get, set
override Row : bool with 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