pub enum InfoGains {
Gini,
Entropy,
Variation,
}
Expand description
calculate the info gains by
- Gini
- Entropy
- Variation
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InfoGains
impl RefUnwindSafe for InfoGains
impl Send for InfoGains
impl Sync for InfoGains
impl Unpin for InfoGains
impl UnwindSafe for InfoGains
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