org.encog.util.logging
Class DumpMatrix
- java.lang.Object
-
- org.encog.util.logging.DumpMatrix
-
public final class DumpMatrix extends java.lang.ObjectA utility for writing matrixes to the log.
-
-
Field Summary
Fields Modifier and Type Field and Description static intMAX_PRECISMaximum precision.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static java.lang.StringdumpArray(double[] d)Dump an array of numbers to a string.static java.lang.StringdumpMatrix(Matrix matrix)Dump a matrix to a string.
-
-
-
Field Detail
-
MAX_PRECIS
public static final int MAX_PRECIS
Maximum precision.- See Also:
- Constant Field Values
-
-
Method Detail
-
dumpArray
public static java.lang.String dumpArray(double[] d)
Dump an array of numbers to a string.- Parameters:
d- The array to dump.- Returns:
- The array as a string.
-
dumpMatrix
public static java.lang.String dumpMatrix(Matrix matrix)
Dump a matrix to a string.- Parameters:
matrix- The matrix.- Returns:
- The matrix as a string.
-
-
DMelt 3.0 © DataMelt by jWork.ORG