Enum leaf::solver::RegularizationMethod [] [src]

pub enum RegularizationMethod {
    L2,
}

Regularization method for a Solver.

Variants

L2

L2 regularization

Trait Implementations

Derived Implementations

impl Clone for RegularizationMethod

fn clone(&self) -> RegularizationMethod

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for RegularizationMethod

impl Debug for RegularizationMethod

fn fmt(&self, __arg_0: &mut Formatter) -> Result