C# Class Accord.Statistics.Filters.Projection

Inheritance: IFilter
Show file Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
Apply ( DataTable data ) : DataTable

Applies the filter to the DataTable.

Projection ( ) : System

Creates a new projection filter.

Projection ( IEnumerable columns ) : System

Creates a new projection filter.

Method Details

Apply() public method

Applies the filter to the DataTable.
public Apply ( DataTable data ) : DataTable
data System.Data.DataTable
return System.Data.DataTable

Projection() public method

Creates a new projection filter.
public Projection ( ) : System
return System

Projection() public method

Creates a new projection filter.
public Projection ( IEnumerable columns ) : System
columns IEnumerable
return System