Encog 1.1 for DotNet
Encog.Util Namespace
NamespacesEncog.Util

[Missing <summary> documentation for N:Encog.Util]

Declaration Syntax
C#Visual BasicVisual C++
namespace Encog.Util
Namespace Encog.Util
namespace Encog.Util
Types
All TypesClassesEnumerations
IconTypeDescription
ErrorCalculation
ErrorCalculation: An implementation of root mean square (RMS) error calculation. This class is used by nearly every neural network in this book to calculate error.

NormalizationType
This class support two normalization types. Z-AXIS is the most commonly used normalization type. Multiplicative is used over z-axis when the values are in very close range.

NormalizeInput
NormalizeInput: Input into a Self Organizing Map must be normalized.

ReadCSV
ReadCSV: Read and parse CSV format files.

SerializeObject
SerializeObject: Load or save an object using DotNet serialization.