[Missing <summary> documentation for N:Encog.Matrix]
| C# | Visual Basic | Visual C++ |
namespace Encog.Matrix
Namespace Encog.Matrix
namespace Encog.Matrix
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| BiPolarUtil |
Utility class for converting between bipolar and regular numbers.
| |
| Matrix |
Matrix: This class implements a mathematical matrix. Matrix
math is very important to neural network processing. Many
of the classes developed in this book will make use of the
matrix classes in this package.
| |
| MatrixCODEC |
MatrixCODEC: The matrix CODEC can encode or decode a matrix
to/from an array of doubles. This is very useful when the
neural network must be looked at as an array of doubles for
genetic algorithms and simulated annealing.
| |
| MatrixError |
Thrown when a matrix error occured.
| |
| MatrixMath |
MatrixMath: This class can perform many different mathematical
operations on matrixes.
|