Documentation of 'org.nd4j.linalg.jblas.util.JblasSerde' Java class
JblasSerde
org.nd4j.linalg.jblas.util

Class JblasSerde



  • public class JblasSerde
    extends java.lang.Object
    Handles loading and saving of jblas matrices
    • Constructor Summary

      Constructors 
      Constructor and Description
      JblasSerde() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static INDArray fromAscii(java.lang.String path) 
      static INDArray readJblasBinary(java.io.DataInputStream dataInputStream)
      Read in the jblas binary format
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JblasSerde

        public JblasSerde()
    • Method Detail

      • fromAscii

        public static INDArray fromAscii(java.lang.String path)
                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • readJblasBinary

        public static INDArray readJblasBinary(java.io.DataInputStream dataInputStream)
                                        throws java.io.IOException
        Read in the jblas binary format
        Parameters:
        dataInputStream - the data inputstream to use
        Returns:
        an ndarray of the same shape
        Throws:
        java.io.IOException

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.