|
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. |
| EngineArray |
Some array functions used by Encog. |
| ErrorCalculation |
Calculate the error of a neural network. |
| Format |
Provides the ability for Encog to format numbers and times. |
| IntRange |
A range of integers. |
| ObjectPair<A,B> |
A pair of objects. |
| ResourceLoader |
Used to load resources from the JAR file. |
| Stopwatch |
A stopwatch, meant to emulate the C# Stopwatch class. |