C# (CSharp) Encog.Engine.Util Namespace

Classes

Name Description
BoundMath C# will sometimes return Math.NaN or Math.Infinity when numbers get to large or too small. This can have undesirable effects. This class provides some basic math functions that may be in danger of returning such a value. This class imposes a very large and small ceiling and floor to keep the numbers within range.
BoundNumbers A simple class that prevents numbers from getting either too big or too small.
EngineArray Simple array utilities for Encog.
ErrorCalculation Calculate the error of a neural network. Encog currently supports three error calculation modes. See ErrorCalculationMode for more info.
Format Provides the ability for Encog to format numbers and times.
IntRange A range of integers.
ResourceLoader Used to load data from resources.