MyMediaLite
MatrixUtils.InitNormal Method (Matrix<double>, double, double, int)
Syntax
Collapse All
Initializes one row of 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
, int
row
)
Parameters
matrix
the matrix to initialize
mean
the mean of the normal distribution drawn from
stdev
the standard deviation of the normal distribution
row
the row to be initialized
Top
Generated by
ImmDoc .NET
.