Click or drag to resize
Accord.NET (logo)

BranchingOptionsFilters Property

Gets the collection of filters associated with a given label value.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Dictionary<int, IFilter> Filters { get; }
Request Example View Source

Property Value

Type: DictionaryInt32, IFilter
See Also