Trait linfa::dataset::TargetDim

source ·
pub trait TargetDim: RemoveAxis {
    // Provided method
    fn nsamples(self, nsamples: usize) -> Self { ... }
}

Provided Methods§

source

fn nsamples(self, nsamples: usize) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl TargetDim for Ix1

source§

impl TargetDim for Ix2

Implementors§