|
Class Summary |
| BoundMath |
Java will sometimes return Math.NaN or Math.Infinity when numbers get to
large or too small. |
| BoundNumbers |
A simple class that prevents numbers from getting either too big or too
small. |
| ComplexNumber |
A complex number class. |
| Convert |
This class is used to convert strings into numeric values. |
| EncogMath |
Several useful math functions for Encog. |
| Equilateral |
Used to produce an array of activations to classify data into groups. |
| IntRange |
A range of integers. |
| LinearCongruentialGenerator |
A predictable random number generator. |
| MathConst |
Math constants needed by Encog. |
| NumericRange |
A numeric range has a high, low, mean, root-mean-square, standard deviation,
and the count of how many samples it contains. |