Click or drag to resize
Accord.NET (logo)

BaseFilterTOptions, TFilterColumns Property

Gets the collection of filter options.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public ColumnOptionCollection<TOptions, TFilter> Columns { get; }
Request Example View Source

Property Value

Type: ColumnOptionCollectionTOptions, TFilter
See Also