|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.util.normalize.segregate.SegregationRange
public class SegregationRange
Specifies a range that might be included or excluded.
| Constructor Summary | |
|---|---|
SegregationRange()
Default constructor for reflection. |
|
SegregationRange(double low,
double high,
boolean include)
Construct a segregation range. |
|
| Method Summary | |
|---|---|
double |
getHigh()
|
double |
getLow()
|
boolean |
inRange(double value)
Is this value within the range. |
boolean |
isIncluded()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SegregationRange()
public SegregationRange(double low,
double high,
boolean include)
low - The low end of the range.high - The high end of the range.include - Specifies if the range should be included.| Method Detail |
|---|
public double getHigh()
public double getLow()
public boolean inRange(double value)
value - The value to check.
public boolean isIncluded()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||