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

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

공개 메소드들

메소드 설명
InRange ( double d ) : bool

Determine if the specified value is in the range.

MappedRange ( double low, double high, double value ) : System

Construct the range mapping.

메소드 상세

InRange() 공개 메소드

Determine if the specified value is in the range.
public InRange ( double d ) : bool
d double The value to check.
리턴 bool

MappedRange() 공개 메소드

Construct the range mapping.
public MappedRange ( double low, double high, double value ) : System
low double The low value for the range.
high double The high value for the range.
value double The value that this range represents.
리턴 System