org.encog.util.logging
public final class DumpMatrix extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_PRECIS
Maximum precision.
|
Modifier and Type | Method and Description |
---|---|
static String |
dumpArray(double[] d)
Dump an array of numbers to a string.
|
static String |
dumpMatrix(Matrix matrix)
Dump a matrix to a string.
|
public static final int MAX_PRECIS
public static String dumpArray(double[] d)
d
- The array to dump.Copyright © 2014. All Rights Reserved.