C# 클래스 Accord.Statistics.Filters.Selection

상속: IFilter
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Apply() 공개 메소드

Applies the filter to the current data.
public Apply ( DataTable data ) : DataTable
data System.Data.DataTable
리턴 System.Data.DataTable

Selection() 공개 메소드

Constructs a new Selection Filter.
public Selection ( ) : System
리턴 System

Selection() 공개 메소드

Constructs a new Selection Filter.
public Selection ( string expression ) : System
expression string The filtering criteria.
리턴 System

Selection() 공개 메소드

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