athena.projection_factory.ProjectionFactory.cauchy

static ProjectionFactory.cauchy(input_dim, n_features, params)[source]

Cauchy distribution

Parameters
  • input_dim (int) – dimension of the inputs.

  • n_features (int) – dimension of the RKHS.

  • params (list) – the single parameter is a scale factor.

Returns

n_features-by-input_dim projection matrix.

Return type

numpy.ndarray.