Click or drag to resize
Accord.NET (logo)

BaseFilterTOptions, TFilterItem Property (String)

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[
	string columnName
] { get; }
Request Example View Source

Parameters

columnName
Type: SystemString
The name of the variable.

Property Value

Type: TOptions
See Also