Initializes a double matrix with normal distributed (Gaussian) noise
Declaring type: MatrixUtils
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand 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