MyMediaLite
MatrixUtils.InitNormal Method (Matrix<double>, double, double)
Syntax
Collapse All
Initializes a double matrix with normal distributed (Gaussian) noise
Declaring type:
MatrixUtils
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public static void InitNormal ( Matrix<double>
matrix
, double
mean
, double
stdev
)
Parameters
matrix
the matrix to initialize
mean
the mean of the normal distribution drawn from
stdev
the standard deviation of the normal distribution
Top
Generated by
ImmDoc .NET
.