Struct rustml::norm::L2Norm [] [src]

pub struct L2Norm;

Trait Implementations

impl Norm<f64> for L2Norm

fn compute(a: &[f64]) -> f64

impl Norm<f32> for L2Norm

fn compute(a: &[f32]) -> f32