public class NDArrayIndexAll extends IntervalIndex
| Constructor and Description |
|---|
NDArrayIndexAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(INDArray arr,
long begin,
int dimension)
Init the index wrt
the dimension and the given nd array
|
String |
toString() |
public void init(INDArray arr, long begin, int dimension)
INDArrayIndexinit in interface INDArrayIndexinit in class IntervalIndexarr - the array to initialize onbegin - the beginning indexdimension - the dimension to initialize onpublic String toString()
toString in class IntervalIndexCopyright © 2021. All rights reserved.