Class GaussianDistribution
- java.lang.Object
-
- org.deeplearning4j.nn.conf.distribution.Distribution
-
- org.deeplearning4j.nn.conf.distribution.NormalDistribution
-
- org.deeplearning4j.nn.conf.distribution.GaussianDistribution
-
- All Implemented Interfaces:
Serializable
,Cloneable
@Deprecated public class GaussianDistribution extends NormalDistribution
Deprecated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GaussianDistribution(double mean, double std)
Deprecated.Create a gaussian distribution (equivalent to normal) with the given mean and std
-
Method Summary
-
Methods inherited from class org.deeplearning4j.nn.conf.distribution.NormalDistribution
equals, getMean, getStd, hashCode, setMean, setStd, toString
-
Methods inherited from class org.deeplearning4j.nn.conf.distribution.Distribution
clone
-
-