[Missing <summary> documentation for N:Encog.Util]
| C# | Visual Basic | Visual C++ |
namespace Encog.Util
Namespace Encog.Util
namespace Encog.Util
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| 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.
|