FittedRBFRandomFourierFeatures

Type Alias FittedRBFRandomFourierFeatures 

Source
pub type FittedRBFRandomFourierFeatures<const N: usize> = FittedTypeSafeKernelApproximation<RBFKernel, RandomFourierFeatures, N>;
Expand description

Fitted type aliases

Aliased Typeยง

pub struct FittedRBFRandomFourierFeatures<const N: usize> { /* private fields */ }