pub struct InductionAlternative {
pub rule_fragment: String,
pub support_count: u64,
pub falsification_count: u64,
}Expand description
Rejected candidate rule with support and falsification counts.
Fields§
§rule_fragment: StringCandidate source fragment.
support_count: u64Number of positive examples covered by the rejected alternative.
falsification_count: u64Number of falsifying examples covered by the rejected alternative.
Implementations§
Trait Implementations§
Source§impl Clone for InductionAlternative
impl Clone for InductionAlternative
Source§fn clone(&self) -> InductionAlternative
fn clone(&self) -> InductionAlternative
Returns a duplicate 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 Debug for InductionAlternative
impl Debug for InductionAlternative
Source§impl PartialEq for InductionAlternative
impl PartialEq for InductionAlternative
impl Eq for InductionAlternative
impl StructuralPartialEq for InductionAlternative
Auto Trait Implementations§
impl Freeze for InductionAlternative
impl RefUnwindSafe for InductionAlternative
impl Send for InductionAlternative
impl Sync for InductionAlternative
impl Unpin for InductionAlternative
impl UnsafeUnpin for InductionAlternative
impl UnwindSafe for InductionAlternative
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,
§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