org.encog.util.normalize.output.mapped
public class MappedRange extends Object implements Serializable
| Constructor and Description |
|---|
MappedRange(double low,
double high,
double value)
Construct the range mapping.
|
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.public double getHigh()
public double getLow()
public double getValue()
public boolean inRange(double d)
d - The value to check.Copyright © 2014. All Rights Reserved.