Documentation of 'org.encog.util.logging.DumpMatrix' Java class
DumpMatrix
org.encog.util.logging

Class DumpMatrix



  • public final class DumpMatrix
    extends java.lang.Object
    A utility for writing matrixes to the log.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int MAX_PRECIS
      Maximum precision.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String dumpArray(double[] d)
      Dump an array of numbers to a string.
      static java.lang.String dumpMatrix(Matrix matrix)
      Dump a matrix to a string.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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

You see the box below because you did not login.