|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.util.logging.DumpMatrix
public final class DumpMatrix
A utility for writing matrixes to the log.
Field Summary | |
---|---|
static int |
MAX_PRECIS
Maximum precision. |
Method Summary | |
---|---|
static String |
dumpArray(double[] d)
Dump an array of numbers to a string. |
static String |
dumpMatrix(Matrix matrix)
Dump a matrix to a string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MAX_PRECIS
Method Detail |
---|
public static String dumpArray(double[] d)
d
- The array to dump.
public static String dumpMatrix(Matrix matrix)
matrix
- The matrix.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |