public class TadDescriptor extends Object
dataBufferToArray(DataBuffer)| 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 int[] |
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 int[] dataBufferToArray(DataBuffer buffer)
buffer - the buffer to get the values fromCopyright © 2018. All rights reserved.