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

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

공개 메소드들

메소드 설명
Apply ( DataTable data ) : DataTable

Applies the filter to the current data.

Randomization ( ) : System

Initializes a new instance of the Randomization class.

Randomization ( int seed ) : System

Initializes a new instance of the Randomization class.

메소드 상세

Apply() 공개 메소드

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

Randomization() 공개 메소드

Initializes a new instance of the Randomization class.
public Randomization ( ) : System
리턴 System

Randomization() 공개 메소드

Initializes a new instance of the Randomization class.
public Randomization ( int seed ) : System
seed int A fixed random seed value to generate fixed /// permutations. If not specified, generates true random permutations.
리턴 System