validated_kernel_approximation

Macro validated_kernel_approximation 

Source
macro_rules! validated_kernel_approximation {
    (RBF, RandomFourierFeatures, $n:literal) => { ... };
    (Laplacian, RandomFourierFeatures, $n:literal) => { ... };
    (RBF, Nystrom, $n:literal) => { ... };
    (RBF, Fastfood, $n:literal) => { ... };
}
Expand description

Macro for easy creation of validated kernel approximations