public class Arrayz extends Object
| Constructor and Description |
|---|
Arrayz() |
| Modifier and Type | Method and Description |
|---|---|
static INDArray |
create(Object... data) |
static INDArray |
create(Object object)
Creates an array from the given data
|
static INDArray |
createFromVector(AVector a,
int[] shape) |
static INDArray |
load(Reader reader) |
static INDArray |
newArray(int... shape) |
static INDArray |
parse(String ednString) |
static INDArray |
wrap(double[] data,
int[] shape) |
Copyright © 2013. All Rights Reserved.