| Package | Description | 
|---|---|
| org.apache.sysds.runtime.matrix.data | 
| Modifier and Type | Method and Description | 
|---|---|
| static RandomMatrixGenerator.PDF | RandomMatrixGenerator.PDF. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static RandomMatrixGenerator.PDF[] | RandomMatrixGenerator.PDF. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RandomMatrixGenerator. init(RandomMatrixGenerator.PDF pdf,
    int r,
    int c,
    int blen,
    double sp,
    double min,
    double max)Initializes internal data structures. | 
| void | RandomMatrixGenerator. init(RandomMatrixGenerator.PDF pdf,
    int r,
    int c,
    int blen,
    double sp,
    double min,
    double max,
    double mean)Instantiates a Random number generator with a specific poisson mean | 
| static boolean | LibMatrixDatagen. isShortcutRandOperation(double min,
                       double max,
                       double sparsity,
                       RandomMatrixGenerator.PDF pdf) | 
| Constructor and Description | 
|---|
| RandomMatrixGenerator(RandomMatrixGenerator.PDF pdf,
                     int r,
                     int c,
                     int blen,
                     double sp)Instantiates a Random number generator | 
| RandomMatrixGenerator(RandomMatrixGenerator.PDF pdf,
                     int r,
                     int c,
                     int blen,
                     double sp,
                     double min,
                     double max)Instantiates a Random number generator | 
| RandomMatrixGenerator(RandomMatrixGenerator.PDF pdf,
                     int r,
                     int c,
                     int blen,
                     double sp,
                     double min,
                     double max,
                     double mean)Instantiates a Random number generator with a specific poisson mean | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.