Trait Lttb

Source
pub trait Lttb {
    // Required method
    fn downsample(self, threshold: usize) -> Vec<DataOutput>;
}

Required Methods§

Source

fn downsample(self, threshold: usize) -> Vec<DataOutput>

Implementations on Foreign Types§

Source§

impl Lttb for Vec<DataPoint>

Source§

fn downsample(self, threshold: usize) -> Vec<DataOutput>

Implementors§