|
BaseFilterTOptions, TFilterItem Property (Int32)
|
Gets options associated with a given variable (data column).
Namespace:
Accord.Statistics.Filters
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public TOptions this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As TOptions
Get
Request Example
View SourceParameters
- index
- Type: SystemInt32
The column's index for the variable.
Property Value
Type:
TOptionsSee Also