C# Class Accord.Statistics.Filters.Identification

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

Méthodes publiques

Méthode Description
Apply ( DataTable data ) : DataTable

Applies the filter to the DataTable.

Identification ( ) : System

Creates a new identification filter.

Identification ( String columnName ) : System

Creates a new identification filter.

Method Details

Apply() public méthode

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

Identification() public méthode

Creates a new identification filter.
public Identification ( ) : System
Résultat System

Identification() public méthode

Creates a new identification filter.
public Identification ( String columnName ) : System
columnName String
Résultat System