|
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
Syntaxpublic Dictionary<int, IFilter> Filters { get; }
Public ReadOnly Property Filters As Dictionary(Of Integer, IFilter)
Get
Request Example
View SourceProperty Value
Type:
DictionaryInt32,
IFilter
See Also