public class NDArray extends BaseNDArray
columns, data, length, linearView, offset, ordering, rows, shape, stride| Constructor and Description |
|---|
NDArray() |
NDArray(DataBuffer buffer) |
NDArray(DataBuffer data,
int[] shape) |
NDArray(DataBuffer data,
int[] shape,
int[] stride,
int offset) |
NDArray(DataBuffer buffer,
int[] shape,
int[] stride,
int offset,
char ordering) |
NDArray(double[][] data) |
NDArray(double[] data,
int[] shape,
int[] stride,
int offset) |
NDArray(DoubleBuffer buffer,
int[] shape,
int offset) |
NDArray(org.jblas.DoubleMatrix doubleMatrix) |
NDArray(float[][] floats) |
NDArray(float[] data,
int[] shape)
Create this ndarray with the given data and shape and 0 offset
|
NDArray(float[] data,
int[] shape,
char ordering)
Create this ndarray with the given data and shape and 0 offset
|
NDArray(float[] data,
int[] shape,
int offset) |
NDArray(float[] data,
int[] shape,
int[] stride) |
NDArray(float[] data,
int[] shape,
int[] stride,
char ordering) |
NDArray(float[] data,
int[] shape,
int[] stride,
int offset) |
NDArray(float[] data,
int[] shape,
int[] stride,
int offset,
char ordering) |
NDArray(float[] data,
int[] shape,
int offset,
char ordering) |
NDArray(int[] shape) |
NDArray(int[] shape,
char ordering) |
NDArray(int[] shape,
DataBuffer buffer) |
NDArray(int[] shape,
int offset) |
NDArray(int[] shape,
int[] stride)
Create the ndarray with
the specified shape and stride and an offset of 0
|
NDArray(int[] shape,
int[] stride,
char ordering)
Create the ndarray with
the specified shape and stride and an offset of 0
|
NDArray(int[] shape,
int[] stride,
int offset)
Construct an ndarray of the specified shape
with an empty data array
|
NDArray(int[] shape,
int[] stride,
int offset,
char ordering)
Construct an ndarray of the specified shape
with an empty data array
|
NDArray(int[] shape,
int offset,
char ordering) |
NDArray(int newRows,
int newColumns)
Creates a new n times m DoubleMatrix.
|
NDArray(int newRows,
int newColumns,
char ordering)
Creates a new n times m DoubleMatrix.
|
NDArray(List<INDArray> slices,
int[] shape)
Create an ndarray from the specified slices.
|
NDArray(List<INDArray> slices,
int[] shape,
char ordering)
Create an ndarray from the specified slices.
|
NDArray(List<INDArray> slices,
int[] shape,
int[] stride)
Create an ndarray from the specified slices.
|
NDArray(List<INDArray> slices,
int[] shape,
int[] stride,
char ordering)
Create an ndarray from the specified slices.
|
add, add, add, add, add, add, addColumnVector, addi, addi, addi, addi, addi, addi, addiColumnVector, addiRowVector, addRowVector, assertColumnVector, assertRowVector, assertSlice, assign, assign, broadcast, checkArrangeArray, checkDimensions, columns, cond, condi, copyRealTo, cumsum, cumsumi, data, dimShuffle, distance1, distance2, div, div, div, div, div, div, divColumnVector, divi, divi, divi, divi, divi, divi, diviColumnVector, diviRowVector, divRowVector, doColumnWise, doDimensionWise, doPermuteSwap, doRowWise, dup, element, endsForSlices, eps, eps, epsi, epsi, eq, eq, eqi, eqi, equals, get, getColumn, getColumns, getDouble, getDouble, getDouble, getElement, getElement, getFloat, getFloat, getFloat, getIndex, getInt, getRow, getRows, getScalar, getScalar, getScalar, gt, gt, gti, gti, index, initShape, isColumnVector, isMatrix, isRowVector, isScalar, isSquare, isVector, iterateOverAllColumns, iterateOverAllRows, iterateOverDimension, length, linearIndex, linearView, linearViewColumnOrder, lt, lt, lti, lti, majorStride, max, mean, min, mmul, mmul, mmuli, mmuli, mul, mul, mul, mul, mul, mul, mulColumnVector, muli, muli, muli, muli, muli, muli, muliColumnVector, muliRowVector, mulRowVector, neg, negi, neq, neq, neqi, neqi, newShape, noCopyReshape, norm1, norm2, normmax, offset, ordering, permute, prod, put, put, put, put, put, put, putColumn, putRow, putScalar, putScalar, putScalar, putScalar, putScalar, putScalar, putSlice, ravel, rdiv, rdiv, rdiv, rdiv, rdiv, rdiv, rdivColumnVector, rdivi, rdivi, rdivi, rdivi, rdivi, rdivi, rdiviColumnVector, rdiviRowVector, rdivRowVector, reduce, reduceVector, repmat, reshape, reshape, rows, rsub, rsub, rsub, rsub, rsub, rsub, rsubColumnVector, rsubi, rsubi, rsubi, rsubi, rsubi, rsubi, rsubiColumnVector, rsubiRowVector, rsubRowVector, secondaryStride, setData, setData, setStride, shape, size, slice, slice, slices, sliceVectors, squaredDistance, std, stride, sub, sub, sub, sub, sub, sub, subArray, subColumnVector, subi, subi, subi, subi, subi, subi, subiColumnVector, subiRowVector, subRowVector, sum, swapAxes, toString, transpose, var, vectorAlongDimension, vectorForDimensionAndOffset, vectorsAlongDimensionpublic NDArray()
public NDArray(DataBuffer buffer)
public NDArray(DataBuffer buffer, int[] shape, int[] stride, int offset, char ordering)
public NDArray(double[][] data)
public NDArray(float[] data,
int[] shape,
char ordering)
data - the data to useshape - the shape of the ndarrayordering - public NDArray(float[] data,
int[] shape,
int offset,
char ordering)
data - the data to useshape - the shape of the ndarrayoffset - the desired offsetordering - the ordering of the ndarraypublic NDArray(int[] shape,
int[] stride,
int offset,
char ordering)
shape - the shape of the ndarraystride - the stride of the ndarrayoffset - the desired offsetordering - the ordering of the ndarraypublic NDArray(int[] shape,
int[] stride,
char ordering)
shape - the shape of the ndarraystride - the stride of the ndarrayordering - the ordering of the ndarraypublic NDArray(int[] shape,
int offset,
char ordering)
public NDArray(int[] shape)
public NDArray(int newRows,
int newColumns,
char ordering)
newRows - the number of rows (n) of the new matrix.newColumns - the number of columns (m) of the new matrix.ordering - public NDArray(List<INDArray> slices, int[] shape, char ordering)
slices - the slices to mergeshape - the shape of the ndarrayordering - public NDArray(List<INDArray> slices, int[] shape, int[] stride, char ordering)
slices - the slices to mergeshape - the shape of the ndarraystride - ordering - public NDArray(float[] data,
int[] shape,
int[] stride,
char ordering)
public NDArray(float[] data,
int[] shape,
int[] stride,
int offset,
char ordering)
public NDArray(float[] data,
int[] shape)
data - the data to useshape - the shape of the ndarraypublic NDArray(float[] data,
int[] shape,
int offset)
public NDArray(int[] shape,
int[] stride,
int offset)
shape - the shape of the ndarraystride - the stride of the ndarrayoffset - the desired offsetpublic NDArray(int[] shape,
int[] stride)
shape - the shape of the ndarraystride - the stride of the ndarraypublic NDArray(int[] shape,
int offset)
public NDArray(int[] shape,
char ordering)
public NDArray(int newRows,
int newColumns)
newRows - the number of rows (n) of the new matrix.newColumns - the number of columns (m) of the new matrix.public NDArray(List<INDArray> slices, int[] shape)
slices - the slices to mergeshape - the shape of the ndarraypublic NDArray(List<INDArray> slices, int[] shape, int[] stride)
slices - the slices to mergeshape - the shape of the ndarraystride - public NDArray(float[] data,
int[] shape,
int[] stride)
public NDArray(float[] data,
int[] shape,
int[] stride,
int offset)
public NDArray(org.jblas.DoubleMatrix doubleMatrix)
public NDArray(double[] data,
int[] shape,
int[] stride,
int offset)
public NDArray(float[][] floats)
public NDArray(DataBuffer data, int[] shape, int[] stride, int offset)
public NDArray(DataBuffer data, int[] shape)
public NDArray(DoubleBuffer buffer, int[] shape, int offset)
public NDArray(int[] shape,
DataBuffer buffer)
Copyright © 2014. All Rights Reserved.