org.encog.mathutil
Class BoundNumbers
- java.lang.Object
-
- org.encog.mathutil.BoundNumbers
-
public final class BoundNumbers extends java.lang.ObjectA simple class that prevents numbers from getting either too big or too small.
-
-
Field Summary
Fields Modifier and Type Field and Description static doubleTOO_BIGToo big of a number.static doubleTOO_SMALLToo small of a number.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static doublebound(double d)Bound the number so that it does not become too big or too small.
-
-
-
Field Detail
-
TOO_SMALL
public static final double TOO_SMALL
Too small of a number.- See Also:
- Constant Field Values
-
TOO_BIG
public static final double TOO_BIG
Too big of a number.- See Also:
- Constant Field Values
-
-
DMelt 3.0 © DataMelt by jWork.ORG