Package org.apache.spark.mllib.random


package org.apache.spark.mllib.random
  • Class
    Description
    Generates i.i.d. samples from the exponential distribution with the given mean.
    Generates i.i.d. samples from the gamma distribution with the given shape and scale.
    Generates i.i.d. samples from the log normal distribution with the given mean and standard deviation.
    Generates i.i.d. samples from the Poisson distribution with the given mean.
    Trait for random data generators that generate i.i.d. data.
    Generator methods for creating RDDs comprised of i.i.d. samples from some distribution.
    Generates i.i.d. samples from the standard normal distribution.
    Generates i.i.d. samples from U[0.0, 1.0]
    Generates i.i.d. samples from the Weibull distribution with the given shape and scale parameter.