ProjectionFactory.
dirichlet
Dirichlet distribution
input_dim (int) – dimension of the inputs.
n_features (int) – dimension of the RKHS.
params (list) – the single parameter is a scale to the input_dim dimensional shape parameter.
n_features-by-input_dim projection matrix.
numpy.ndarray.