C# Класс Encog.Util.Normalize.Output.Mapped.MappedRange

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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