public interface INDArray
| Modifier and Type | Method and Description |
|---|---|
AVector |
asVector() |
int |
dimensionality() |
long |
elementCount() |
double |
get(int... indexes) |
int[] |
getShape() |
INDArray |
reshape(int... dimensions) |
INDArray |
slice(int majorSlice) |
Copyright © 2013. All Rights Reserved.