Struct linfa_svm::solver_smo::SolverParams
source · Expand description
Parameters of the solver routine
Fields§
§eps: F
Stopping condition
shrinking: bool
Should we shrink, e.g. ignore bounded alphas
Trait Implementations§
source§impl<F: Clone + Float> Clone for SolverParams<F>
impl<F: Clone + Float> Clone for SolverParams<F>
source§fn clone(&self) -> SolverParams<F>
fn clone(&self) -> SolverParams<F>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more