| Constructor and Description |
|---|
BaseNDArrayIO() |
| Modifier and Type | Method and Description |
|---|---|
INDArray |
read(File file)
Read in an ndarray from a file
|
IComplexNDArray |
readComplex(File file)
Read in a complex ndarray from a file
|
void |
write(INDArray out,
File to)
Write an ndarray to the output stream
|
void |
writeComplex(IComplexNDArray out,
File to)
Write a complex ndarray to an output stream
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitread, readComplex, write, writeComplexpublic void write(INDArray out, File to) throws IOException
write in interface NDArrayIOout - the ndarray to writeto - the output stream to write toIOExceptionpublic void writeComplex(IComplexNDArray out, File to) throws IOException
writeComplex in interface NDArrayIOout - the ndarray to writeto - the output stream to write toIOExceptionpublic INDArray read(File file) throws IOException
read in interface NDArrayIOfile - the file to read in fromIOExceptionpublic IComplexNDArray readComplex(File file) throws IOException
readComplex in interface NDArrayIOfile - the ndarray to read fromIOExceptionCopyright © 2016. All Rights Reserved.