Click or drag to resize
Accord.NET (logo)

IFilterApply Method

Applies the filter to a DataTable.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
DataTable Apply(
	DataTable data
)
Request Example View Source

Parameters

data
Type: System.DataDataTable
Source table to apply filter to.

Return Value

Type: DataTable
Returns filter's result obtained by applying the filter to the source table.
Remarks
The method keeps the source table unchanged and returns the the result of the table processing filter as new data table.
See Also