[][src]Trait gp::DifferentiableKernel

pub trait DifferentiableKernel: Kernel {
    fn partial<'a>(
        &self,
        x0: &'a Vector,
        x1: &'a Vector
    ) -> Box<dyn Fn(Self::HyperParams) -> f64 + 'a>; }

Required methods

fn partial<'a>(
    &self,
    x0: &'a Vector,
    x1: &'a Vector
) -> Box<dyn Fn(Self::HyperParams) -> f64 + 'a>

Loading content...

Implementors

Loading content...