|
IFilterApply Method
|
Applies the filter to a DataTable.
Namespace:
Accord.Statistics.Filters
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
SyntaxDataTable Apply(
DataTable data
)
Function Apply (
data As DataTable
) As DataTable
Request Example
View SourceParameters
- data
- Type: System.DataDataTable
Source table to apply filter to.
Return Value
Type:
DataTableReturns filter's result obtained by applying the filter to
the source table.
RemarksThe method keeps the source table unchanged and returns the
the result of the table processing filter as new data table.
See Also