Click or drag to resize
Accord.NET (logo)

BaseFilterTOptions, TFilterActive Property

Gets or sets whether this filter is active. An inactive filter will repass the input table as output unchanged.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public bool Active { get; set; }
Request Example View Source

Property Value

Type: Boolean
See Also