Click or drag to resize
Accord.NET (logo)

BaseFilterTOptions, TFilterApply Method (DataTable, String)

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,
	params string[] columnNames
)
Request Example View Source

Parameters

data
Type: System.DataDataTable
The source DataTable.
columnNames
Type: SystemString
The name of the columns that should be processed.

Return Value

Type: DataTable
The processed DataTable.
See Also