public class Testing extends Object
Constructor and Description |
---|
Testing() |
Modifier and Type | Method and Description |
---|---|
static AVector |
createTestVector(int length) |
static AVector |
createTestVector(int length,
mikera.util.Random r) |
static INDArray |
fillRandom(INDArray a,
mikera.util.Random r)
Fills an array with random values in the [0..1) range.
|
static boolean |
validateFullyMutable(INDArray m) |
public static AVector createTestVector(int length)
public static AVector createTestVector(int length, mikera.util.Random r)
public static INDArray fillRandom(INDArray a, mikera.util.Random r)
a
- r
- public static boolean validateFullyMutable(INDArray m)
Copyright © 2014. All Rights Reserved.