Click or drag to resize
Accord.NET (logo)

FiltersSequenceApply Method

Applies the sequence of filters to a given table.

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

Return Value

Type: DataTable

Implements

IFilterApply(DataTable)
See Also