pub struct CausalSimulatorConfig {
pub min_evidence_links: u32,
pub confounder_penalty: f64,
pub confidence_threshold: f64,
}Fields§
§min_evidence_links: u32§confounder_penalty: f64§confidence_threshold: f64Trait Implementations§
Source§impl Clone for CausalSimulatorConfig
impl Clone for CausalSimulatorConfig
Source§fn clone(&self) -> CausalSimulatorConfig
fn clone(&self) -> CausalSimulatorConfig
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 CausalSimulatorConfig
impl Debug for CausalSimulatorConfig
Auto Trait Implementations§
impl Freeze for CausalSimulatorConfig
impl RefUnwindSafe for CausalSimulatorConfig
impl Send for CausalSimulatorConfig
impl Sync for CausalSimulatorConfig
impl Unpin for CausalSimulatorConfig
impl UnsafeUnpin for CausalSimulatorConfig
impl UnwindSafe for CausalSimulatorConfig
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