C# 클래스 Encog.Util.Normalize.Segregate.IntegerBalanceSegregator

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

공개 메소드들

메소드 설명
DumpCounts ( ) : String

Get information on how many rows fall into each group.

Init ( DataNormalization normalization ) : void

Init the segregator with the owning normalization object.

IntegerBalanceSegregator ( ) : System

Default constructor for reflection.

IntegerBalanceSegregator ( IInputField target, int count ) : System

Construct a balanced segregator.

PassInit ( ) : void

Init for a new pass.

ShouldInclude ( ) : bool

Determine of the current row should be included.

메소드 상세

DumpCounts() 공개 메소드

Get information on how many rows fall into each group.
public DumpCounts ( ) : String
리턴 String

Init() 공개 메소드

Init the segregator with the owning normalization object.
public Init ( DataNormalization normalization ) : void
normalization DataNormalization The data normalization object to use.
리턴 void

IntegerBalanceSegregator() 공개 메소드

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

IntegerBalanceSegregator() 공개 메소드

Construct a balanced segregator.
public IntegerBalanceSegregator ( IInputField target, int count ) : System
target IInputField The input field to base this on, should /// be an integer value.
count int The number of rows to accept from each /// unique value for the input.
리턴 System

PassInit() 공개 메소드

Init for a new pass.
public PassInit ( ) : void
리턴 void

ShouldInclude() 공개 메소드

Determine of the current row should be included.
public ShouldInclude ( ) : bool
리턴 bool