Click or drag to resize
Accord.NET (logo)

IAutoConfigurableFilter Interface

Indicates that a filter supports automatic initialization.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public interface IAutoConfigurableFilter : IFilter
Request Example View Source

The IAutoConfigurableFilter type exposes the following members.

Methods
  NameDescription
Public methodApply
Applies the filter to a DataTable.
(Inherited from IFilter.)
Public methodDetect
Auto detects the filter options by analyzing a given DataTable.
Top
See Also