public class NDArrayIndexAll extends IntervalIndex
| Constructor and Description |
|---|
NDArrayIndexAll(boolean inclusive) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(INDArray arr,
int begin,
int dimension)
Init the index wrt
the dimension and the given nd array
|
public NDArrayIndexAll(boolean inclusive)
inclusive - whether to include the last numberpublic void init(INDArray arr, int begin, int dimension)
INDArrayIndexinit in interface INDArrayIndexinit in class IntervalIndexarr - the array to initialize onbegin - the beginning indexdimension - the dimension to initialize onCopyright © 2016. All Rights Reserved.