FittedRBFNystrom

Type Alias FittedRBFNystrom 

Source
pub type FittedRBFNystrom<const N: usize> = FittedTypeSafeKernelApproximation<RBFKernel, NystromMethod, N>;

Aliased Typeยง

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