Uses of Enum Class
org.apache.sysds.runtime.matrix.data.RandomMatrixGenerator.PDF
Packages that use RandomMatrixGenerator.PDF
-
Uses of RandomMatrixGenerator.PDF in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data that return RandomMatrixGenerator.PDFModifier and TypeMethodDescriptionstatic RandomMatrixGenerator.PDFReturns the enum constant of this class with the specified name.static RandomMatrixGenerator.PDF[]RandomMatrixGenerator.PDF.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.runtime.matrix.data with parameters of type RandomMatrixGenerator.PDFModifier and TypeMethodDescriptionvoidRandomMatrixGenerator.init(RandomMatrixGenerator.PDF pdf, int r, int c, int blen, double sp, double min, double max) Initializes internal data structures.voidRandomMatrixGenerator.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 meanstatic booleanLibMatrixDatagen.isShortcutRandOperation(double min, double max, double sparsity, RandomMatrixGenerator.PDF pdf) Constructors in org.apache.sysds.runtime.matrix.data with parameters of type RandomMatrixGenerator.PDFModifierConstructorDescriptionRandomMatrixGenerator(RandomMatrixGenerator.PDF pdf, int r, int c, int blen, double sp) Instantiates a Random number generatorRandomMatrixGenerator(RandomMatrixGenerator.PDF pdf, int r, int c, int blen, double sp, double min, double max) Instantiates a Random number generatorRandomMatrixGenerator(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