C# 클래스 Encog.Util.Normalize.Segregate.Index.IndexSampleSegregator

상속: IndexSegregator
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
IndexSampleSegregator ( ) : System

The default constructor, for reflection.

IndexSampleSegregator ( int startingIndex, int endingIndex, int sampleSize ) : System

Construct an index sample segregator.

ShouldInclude ( ) : bool

Should this row be included.

메소드 상세

IndexSampleSegregator() 공개 메소드

The default constructor, for reflection.
public IndexSampleSegregator ( ) : System
리턴 System

IndexSampleSegregator() 공개 메소드

Construct an index sample segregator.
public IndexSampleSegregator ( int startingIndex, int endingIndex, int sampleSize ) : System
startingIndex int The starting index.
endingIndex int The ending index.
sampleSize int The sample size.
리턴 System

ShouldInclude() 공개 메소드

Should this row be included.
public ShouldInclude ( ) : bool
리턴 bool