enum

Num::NN::Distribution

Inherits Enum / Comparable / Value / Object

Type of distribution to return from the random initial values

Constants

Uniform = 0
Normal = 1

Instance methods

normal?

Returns true if this enum value equals Normal

Source
uniform?

Returns true if this enum value equals Uniform

Source