Struct rusty_machine::learning::toolkit::cost_fn::MeanSqError
source · [−]pub struct MeanSqError;
Expand description
The mean squared error cost function.
Trait Implementations
sourceimpl Clone for MeanSqError
impl Clone for MeanSqError
sourcefn clone(&self) -> MeanSqError
fn clone(&self) -> MeanSqError
Returns a copy of the value. Read more
1.0.0const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl CostFunc<Matrix<f64>> for MeanSqError
impl CostFunc<Matrix<f64>> for MeanSqError
sourceimpl CostFunc<Vector<f64>> for MeanSqError
impl CostFunc<Vector<f64>> for MeanSqError
sourceimpl Debug for MeanSqError
impl Debug for MeanSqError
impl Copy for MeanSqError
Auto Trait Implementations
impl RefUnwindSafe for MeanSqError
impl Send for MeanSqError
impl Sync for MeanSqError
impl Unpin for MeanSqError
impl UnwindSafe for MeanSqError
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for Twhere
T: Clone,
impl<T> ToOwned for Twhere
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more