Struct rusty_machine::learning::gp::ConstMean [] [src]

pub struct ConstMean { /* fields omitted */ }

Constant mean function

Trait Implementations

impl Clone for ConstMean
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ConstMean
[src]

impl Debug for ConstMean
[src]

Formats the value using the given formatter.

impl Default for ConstMean
[src]

Constructs the zero function.

Returns the "default value" for a type. Read more

impl MeanFunc for ConstMean
[src]

Compute the mean function applied elementwise to a matrix.