Struct rusty_machine::learning::gp::ConstMean
[−]
[src]
pub struct ConstMean { /* fields omitted */ }
Constant mean function
Trait Implementations
impl Clone for ConstMean
[src]
fn clone(&self) -> ConstMean
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Copy for ConstMean
[src]
impl Debug for ConstMean
[src]
impl Default for ConstMean
[src]
Constructs the zero function.