Interface | Description |
---|---|
EncogFunction |
A generic single or multivariate function.
|
Class | Description |
---|---|
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.
|
IntPair | |
IntRange |
A range of integers.
|
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.
|
VectorAlgebra |
Basic vector algebra operators.
|
Exception | Description |
---|---|
EncogMathError |
Thrown when a math error happens.
|
Copyright © 2014. All Rights Reserved.