C# Class Encog.Util.Logging.DumpMatrix

A utility for writing matrixes to the log.
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
DumpArray ( double d ) : String

Dump an array of numbers to a string.

DumpMatrixString ( Matrix matrix ) : String

Dump a matrix to a string.

Private Methods

Méthode Description
DumpMatrix ( ) : System

Private constructor.

Method Details

DumpArray() public static méthode

Dump an array of numbers to a string.
public static DumpArray ( double d ) : String
d double The array to dump.
Résultat String

DumpMatrixString() public static méthode

Dump a matrix to a string.
public static DumpMatrixString ( Matrix matrix ) : String
matrix Matrix The matrix.
Résultat String