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

상속: IndexSegregator
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
IndexRangeSegregator ( ) : System

Default constructor for reflection.

IndexRangeSegregator ( int startingIndex, int endingIndex ) : System

Construct an index range segregator.

ShouldInclude ( ) : bool

Determines if the current row should be included.

메소드 상세

IndexRangeSegregator() 공개 메소드

Default constructor for reflection.
public IndexRangeSegregator ( ) : System
리턴 System

IndexRangeSegregator() 공개 메소드

Construct an index range segregator.
public IndexRangeSegregator ( int startingIndex, int endingIndex ) : System
startingIndex int The starting index to allow.
endingIndex int The ending index to allow.
리턴 System

ShouldInclude() 공개 메소드

Determines if the current row should be included.
public ShouldInclude ( ) : bool
리턴 bool