public class TadDescriptor extends Object
| Constructor and Description |
|---|
TadDescriptor(INDArray array,
int[] dimension)
Pass in an ndarray to get the databuffer
and the appropriate dimensions
|
| Modifier and Type | Method and Description |
|---|---|
static long[] |
dataBufferToArray(DataBuffer buffer)
Obtain the values from the shape buffer
for the array
|
public TadDescriptor(INDArray array, int[] dimension)
array - the array to pass in
to get the shape info fromdimension - the dimensions for the TADpublic static long[] dataBufferToArray(DataBuffer buffer)
buffer - the buffer to get the values fromCopyright © 2021. All rights reserved.