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

상속: IFilter
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

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

메소드 상세

Apply() 공개 메소드

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

Identification() 공개 메소드

Creates a new identification filter.
public Identification ( ) : System
리턴 System

Identification() 공개 메소드

Creates a new identification filter.
public Identification ( String columnName ) : System
columnName String
리턴 System