public class NDArrayHDF5Reader
extends java.lang.Object
| Constructor and Description |
|---|
NDArrayHDF5Reader() |
| Modifier and Type | Method and Description |
|---|---|
org.nd4j.linalg.api.ndarray.INDArray |
readFromPath(java.nio.file.Path inputFilePath)
Reads an HDF5 file into an NDArray.
|