Trait drav::NonParametricModel [−] [src]

pub trait NonParametricModel {
    type Input;
    type O;
    fn reduction(&mut self, inputs: &[Self::Input]) -> Matrix<Self::O>;
}

Associated Types

Required Methods

Implementors