LaplacianRandomFourierFeatures

Type Alias LaplacianRandomFourierFeatures 

Source
pub type LaplacianRandomFourierFeatures<const N: usize> = TypeSafeKernelApproximation<Untrained, LaplacianKernel, RandomFourierFeatures, N>;

Aliased Typeยง

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