DissimilaritiesIndex Property |
The indices of the rows.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int[] Index { get; set; }
Public Overridable Property Index As Integer()
Get
Set
public:
virtual property array<int>^ Index {
array<int>^ get ();
void set (array<int>^ value);
}
abstract Index : int[] with get, set
override Index : int[] with 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