athena.feature_map.FeatureMap.compute_fmap

FeatureMap.compute_fmap(inputs)[source]

Evaluate the feature map at inputs.

Parameters

inputs (numpy.ndarray) – the inputs to project on the RKHS.

Returns

the n_features dimensional projection of the inputs.

Return type

numpy.ndarray