| Package | Description |
|---|---|
| joblib | |
| numpy.core | |
| pandas | |
| pandas.core |
| Modifier and Type | Method and Description |
|---|---|
NDArray |
NDArrayWrapper.getContent() |
NDArray |
NumpyArrayWrapper.toArray(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
NDArray |
FromBufferConstructor.construct(Object[] args) |
NDArray |
MaskedArray.getData() |
NDArray |
MaskedArray.getMask() |
NDArray |
FromBufferConstructor.newObject() |
static NDArray |
NDArrayUtil.parseNpy(InputStream is)
http://docs.scipy.org/doc/numpy-dev/neps/npy-format.html
|
static NDArray |
NDArrayUtil.toArray(List<?> data) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
NDArray |
NDArrayBacked.getContent() |
NDArray |
NDArrayBacked.getNDArray() |
| Modifier and Type | Method and Description |
|---|---|
NDArray |
MaskedArray.getData() |
NDArray |
Index.NDArrayData.getData() |
NDArray |
MaskedArray.getMask() |
Copyright © 2023. All rights reserved.