pub struct MultiFittedLogisticRegression<F, C: PartialOrd + Clone> { /* private fields */ }
Expand description
A fitted multinomial logistic regression which can make predictions
Implementations§
Source§impl<F: Float, C: PartialOrd + Clone> MultiFittedLogisticRegression<F, C>
impl<F: Float, C: PartialOrd + Clone> MultiFittedLogisticRegression<F, C>
Trait Implementations§
Source§impl<F: Clone, C: Clone + PartialOrd + Clone> Clone for MultiFittedLogisticRegression<F, C>
impl<F: Clone, C: Clone + PartialOrd + Clone> Clone for MultiFittedLogisticRegression<F, C>
Source§fn clone(&self) -> MultiFittedLogisticRegression<F, C>
fn clone(&self) -> MultiFittedLogisticRegression<F, C>
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 moreSource§impl<F: Debug, C: Debug + PartialOrd + Clone> Debug for MultiFittedLogisticRegression<F, C>
impl<F: Debug, C: Debug + PartialOrd + Clone> Debug for MultiFittedLogisticRegression<F, C>
Source§impl<F: PartialEq, C: PartialEq + PartialOrd + Clone> PartialEq for MultiFittedLogisticRegression<F, C>
impl<F: PartialEq, C: PartialEq + PartialOrd + Clone> PartialEq for MultiFittedLogisticRegression<F, C>
Source§fn eq(&self, other: &MultiFittedLogisticRegression<F, C>) -> bool
fn eq(&self, other: &MultiFittedLogisticRegression<F, C>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl<C: PartialOrd + Clone + Default, F: Float, D: Data<Elem = F>> PredictInplace<ArrayBase<D, Dim<[usize; 2]>>, ArrayBase<OwnedRepr<C>, Dim<[usize; 1]>>> for MultiFittedLogisticRegression<F, C>
impl<C: PartialOrd + Clone + Default, F: Float, D: Data<Elem = F>> PredictInplace<ArrayBase<D, Dim<[usize; 2]>>, ArrayBase<OwnedRepr<C>, Dim<[usize; 1]>>> for MultiFittedLogisticRegression<F, C>
impl<F: Eq, C: Eq + PartialOrd + Clone> Eq for MultiFittedLogisticRegression<F, C>
impl<F, C: PartialOrd + Clone> StructuralPartialEq for MultiFittedLogisticRegression<F, C>
Auto Trait Implementations§
impl<F, C> Freeze for MultiFittedLogisticRegression<F, C>
impl<F, C> RefUnwindSafe for MultiFittedLogisticRegression<F, C>where
F: RefUnwindSafe,
C: RefUnwindSafe,
impl<F, C> Send for MultiFittedLogisticRegression<F, C>
impl<F, C> Sync for MultiFittedLogisticRegression<F, C>
impl<F, C> Unpin for MultiFittedLogisticRegression<F, C>where
C: Unpin,
impl<F, C> UnwindSafe for MultiFittedLogisticRegression<F, C>where
F: RefUnwindSafe,
C: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more§impl<T> Pointable for T
impl<T> Pointable for T
§impl<'a, F, R, T, S, O> Predict<&'a DatasetBase<R, T>, S> for Owhere
R: Records<Elem = F>,
O: PredictInplace<R, S>,
impl<'a, F, R, T, S, O> Predict<&'a DatasetBase<R, T>, S> for Owhere
R: Records<Elem = F>,
O: PredictInplace<R, S>,
§impl<F, D, E, T, O> Predict<ArrayBase<D, Dim<[usize; 2]>>, DatasetBase<ArrayBase<D, Dim<[usize; 2]>>, T>> for O
impl<F, D, E, T, O> Predict<ArrayBase<D, Dim<[usize; 2]>>, DatasetBase<ArrayBase<D, Dim<[usize; 2]>>, T>> for O
§impl<F, R, T, E, S, O> Predict<DatasetBase<R, T>, DatasetBase<R, S>> for Owhere
R: Records<Elem = F>,
S: AsTargets<Elem = E>,
O: PredictInplace<R, S>,
impl<F, R, T, E, S, O> Predict<DatasetBase<R, T>, DatasetBase<R, S>> for Owhere
R: Records<Elem = F>,
S: AsTargets<Elem = E>,
O: PredictInplace<R, S>,
§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self
from the equivalent element of its
superset. Read more§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self
is actually part of its subset T
(and can be converted to it).§unsafe fn to_subset_unchecked(&self) -> SS
unsafe fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset
but without any property checks. Always succeeds.§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self
to the equivalent element of its superset.