MyMediaLite
VectorUtils.InitNormal Method (IList<double>, double, double)
Syntax
Collapse All
Initialize a collection of doubles with values from a normal distribution
Declaring type:
VectorUtils
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public static void InitNormal ( IList<double>
vector
, double
mean
, double
stdev
)
Parameters
vector
the vector to initialize
mean
the mean of the normal distribution
stdev
the standard deviation of the normal distribution
Top
Generated by
ImmDoc .NET
.