C# Class Accord.Statistics.Filters.Selection

Inheritance: IFilter
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
Apply ( DataTable data ) : DataTable

Applies the filter to the current data.

Selection ( ) : System

Constructs a new Selection Filter.

Selection ( string expression ) : System

Constructs a new Selection Filter.

Selection ( string expression, string orderBy ) : System

Constructs a new Selection Filter.

Method Details

Apply() public méthode

Applies the filter to the current data.
public Apply ( DataTable data ) : DataTable
data System.Data.DataTable
Résultat System.Data.DataTable

Selection() public méthode

Constructs a new Selection Filter.
public Selection ( ) : System
Résultat System

Selection() public méthode

Constructs a new Selection Filter.
public Selection ( string expression ) : System
expression string The filtering criteria.
Résultat System

Selection() public méthode

Constructs a new Selection Filter.
public Selection ( string expression, string orderBy ) : System
expression string The filtering criteria.
orderBy string The desired sort order.
Résultat System