Click or drag to resize
Accord.NET (logo)

BaseFilterTOptions, TFilterApply Method (DataTable)

Applies the Filter to a DataTable.

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

Parameters

data
Type: System.DataDataTable
The source DataTable.

Return Value

Type: DataTable
The processed DataTable.

Implements

IFilterApply(DataTable)
See Also