pub enum FISType {
Mamdani,
Sugeno,
}Expand description
System type: Mamdani (fuzzy output) or Sugeno (crisp linear output).
Variants§
Trait Implementations§
impl Copy for FISType
impl Eq for FISType
impl StructuralPartialEq for FISType
Auto Trait Implementations§
impl Freeze for FISType
impl RefUnwindSafe for FISType
impl Send for FISType
impl Sync for FISType
impl Unpin for FISType
impl UnsafeUnpin for FISType
impl UnwindSafe for FISType
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