RBFNystrom

Type Alias RBFNystrom 

Source
pub type RBFNystrom<const N: usize> = TypeSafeKernelApproximation<Untrained, RBFKernel, NystromMethod, N>;

Aliased Typeยง

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