| Package | Description |
|---|---|
| joblib | |
| numpy.core |
| Modifier and Type | Method and Description |
|---|---|
NDArray |
NDArrayWrapper.getContent() |
NDArray |
NumpyArrayWrapper.toArray(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
static NDArray |
NDArrayUtil.parseNpy(InputStream is)
http://docs.scipy.org/doc/numpy-dev/neps/npy-format.html
|
| Modifier and Type | Method and Description |
|---|---|
static List<?> |
NDArrayUtil.getContent(NDArray array)
Gets the payload of a one-dimensional array.
|
static List<?> |
NDArrayUtil.getContent(NDArray array,
String key)
Gets the payload of the specified dimension of a multi-dimensional array.
|
static int[] |
NDArrayUtil.getShape(NDArray array) |
Copyright © 2017. All Rights Reserved.