Struct rusty_machine::learning::toolkit::cost_fn::CrossEntropyError
source · [−]pub struct CrossEntropyError;
Expand description
The cross entropy error cost function.
Trait Implementations
sourceimpl Clone for CrossEntropyError
impl Clone for CrossEntropyError
sourcefn clone(&self) -> CrossEntropyError
fn clone(&self) -> CrossEntropyError
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 CrossEntropyError
impl CostFunc<Matrix<f64>> for CrossEntropyError
sourceimpl CostFunc<Vector<f64>> for CrossEntropyError
impl CostFunc<Vector<f64>> for CrossEntropyError
sourceimpl Debug for CrossEntropyError
impl Debug for CrossEntropyError
impl Copy for CrossEntropyError
Auto Trait Implementations
impl RefUnwindSafe for CrossEntropyError
impl Send for CrossEntropyError
impl Sync for CrossEntropyError
impl Unpin for CrossEntropyError
impl UnwindSafe for CrossEntropyError
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