Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Parameters

index
Type: SystemInt32
The column's index for the variable.

Property Value

Type: TOptions
See Also