ProjectionFactory.
normal
Normal distribution
input_dim (int) – dimension of the inputs.
n_features (int) – dimension of the RKHS.
params (list) – the single parameter is the variance of the distribution. The mean is set to 0.
n_features-by-input_dim projection matrix.
numpy.ndarray.