public class RandomMatrixGenerator extends Object
| Constructor and Description |
|---|
RandomMatrixGenerator() |
RandomMatrixGenerator(String pdf,
int r,
int c,
int rpb,
int cpb,
double sp) |
RandomMatrixGenerator(String pdf,
int r,
int c,
int rpb,
int cpb,
double sp,
double min,
double max) |
RandomMatrixGenerator(String pdf,
int r,
int c,
int rpb,
int cpb,
double sp,
double min,
double max,
double mean) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(String pdf,
int r,
int c,
int rpb,
int cpb,
double sp,
double min,
double max) |
void |
init(String pdf,
int r,
int c,
int rpb,
int cpb,
double sp,
double min,
double max,
double mean) |
protected void |
setupValuePRNG() |
public RandomMatrixGenerator()
public RandomMatrixGenerator(String pdf, int r, int c, int rpb, int cpb, double sp) throws DMLRuntimeException
DMLRuntimeExceptionpublic RandomMatrixGenerator(String pdf, int r, int c, int rpb, int cpb, double sp, double min, double max) throws DMLRuntimeException
DMLRuntimeExceptionpublic RandomMatrixGenerator(String pdf, int r, int c, int rpb, int cpb, double sp, double min, double max, double mean) throws DMLRuntimeException
DMLRuntimeExceptionpublic void init(String pdf, int r, int c, int rpb, int cpb, double sp, double min, double max) throws DMLRuntimeException
DMLRuntimeExceptionpublic void init(String pdf, int r, int c, int rpb, int cpb, double sp, double min, double max, double mean) throws DMLRuntimeException
DMLRuntimeExceptionprotected void setupValuePRNG()
throws DMLRuntimeException
DMLRuntimeExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.