C# 클래스 Encog.Util.Normalize.Output.Mapped.OutputFieldEncode

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

공개 메소드들

메소드 설명
AddRange ( double low, double high, double value ) : void

Add a ranged mapped to a value.

Calculate ( int subfield ) : double

Calculate the value for this field.

OutputFieldEncode ( IInputField sourceField ) : System

Construct an encoded field.

RowInit ( ) : void

Not needed for this sort of output field.

메소드 상세

AddRange() 공개 메소드

Add a ranged mapped to a value.
public AddRange ( double low, double high, double value ) : void
low double The low value for the range.
high double The high value for the range.
value double The value that the field should produce for this range.
리턴 void

Calculate() 공개 메소드

Calculate the value for this field.
public Calculate ( int subfield ) : double
subfield int Not used.
리턴 double

OutputFieldEncode() 공개 메소드

Construct an encoded field.
public OutputFieldEncode ( IInputField sourceField ) : System
sourceField IInputField The field that this is based on.
리턴 System

RowInit() 공개 메소드

Not needed for this sort of output field.
public RowInit ( ) : void
리턴 void