Click or drag to resize
Accord.NET (logo)

IInPlaceFilter Interface

Data processing interface for in-place filters.

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

The IInPlaceFilter type exposes the following members.

Methods
  NameDescription
Public methodApplyInPlace
Applies the filter to a DataTable, modifying the table in place.
Top
See Also