pub type RBFRandomFourierFeatures<const N: usize> = TypeSafeKernelApproximation<Untrained, RBFKernel, RandomFourierFeatures, N>;Expand description
Type aliases for common kernel approximation combinations
Aliased Typeยง
pub struct RBFRandomFourierFeatures<const N: usize> { /* private fields */ }