|
IFilter Interface
|
Sample processing filter interface.
Namespace:
Accord.Statistics.Filters
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
SyntaxThe IFilter type exposes the following members.
Methods
| Name | Description |
---|
 | Apply |
Applies the filter to a DataTable.
|
Top
RemarksThe interface defines the set of methods which should be
provided by all table processing filters. Methods of this interface should
keep the source table unchanged and return the result of data processing
filter as new data table.
See Also