|
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; }
Public ReadOnly Default Property Item (
columnName As String
) As TOptions
Get
Request Example
View SourceParameters
- columnName
- Type: SystemString
The name of the variable.
Property Value
Type:
TOptionsSee Also