| Package | Description |
|---|---|
| dill | |
| joblib | |
| numpy.core | |
| pandas | |
| pandas.core |
| Modifier and Type | Method and Description |
|---|---|
NDArray |
CreateArrayConstructor.construct(Object[] args) |
| 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)
https://numpy.org/doc/stable/reference/generated/numpy.lib.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 © 2024. All rights reserved.