|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.normalize.output.mapped.MappedRange
public class MappedRange
Simple class that is used internally to hold a range mapping.
| Constructor Summary | |
|---|---|
MappedRange(double low,
double high,
double value)
Construct the range mapping. |
|
| Method Summary | |
|---|---|
double |
getHigh()
|
double |
getLow()
|
double |
getValue()
|
boolean |
inRange(double d)
Determine if the specified value is in the range. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MappedRange(double low,
double high,
double value)
low - The low value for the range.high - The high value for the range.value - The value that this range represents.| Method Detail |
|---|
public double getHigh()
public double getLow()
public double getValue()
public boolean inRange(double d)
d - The value to check.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||