[][src]Trait maver::RegularizationFn

pub trait RegularizationFn {
    fn output(&self, _: f64) -> f64;
fn der(&self, _: f64) -> f64; }

Required methods

fn output(&self, _: f64) -> f64

fn der(&self, _: f64) -> f64

Loading content...

Implementors

impl RegularizationFn for L1[src]

impl RegularizationFn for L2[src]

Loading content...