pub struct InferResult {
pub cognitive_split: CognitiveSplit,
pub num_states: usize,
}Expand description
Full result of ε-machine inference.
Fields§
§cognitive_split: CognitiveSplitPACR Γ field: (S_T = C_μ, H_T = h_μ) with 95 % bootstrap CIs.
num_states: usizeNumber of inferred causal states.
Trait Implementations§
Source§impl Clone for InferResult
impl Clone for InferResult
Source§fn clone(&self) -> InferResult
fn clone(&self) -> InferResult
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 moreAuto Trait Implementations§
impl Freeze for InferResult
impl RefUnwindSafe for InferResult
impl Send for InferResult
impl Sync for InferResult
impl Unpin for InferResult
impl UnsafeUnpin for InferResult
impl UnwindSafe for InferResult
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