Class StandardNormalGenerator

Object
org.apache.spark.mllib.random.StandardNormalGenerator
All Implemented Interfaces:
Serializable, RandomDataGenerator<Object>, Pseudorandom, scala.Serializable

public class StandardNormalGenerator extends Object implements RandomDataGenerator<Object>
Generates i.i.d. samples from the standard normal distribution.
See Also:
  • Constructor Details

    • StandardNormalGenerator

      public StandardNormalGenerator()
  • Method Details