Struct ParityForwardEstimate
pub struct ParityForwardEstimate { /* private fields */ }Implementations§
§impl ParityForwardEstimate
impl ParityForwardEstimate
pub const fn discount_factor(self) -> f64
pub const fn discount_factor(self) -> f64
pub const fn pair_count(self) -> usize
pub const fn pair_count(self) -> usize
pub const fn residual_rmse(self) -> f64
pub const fn residual_rmse(self) -> f64
Trait Implementations§
§impl Clone for ParityForwardEstimate
impl Clone for ParityForwardEstimate
§fn clone(&self) -> ParityForwardEstimate
fn clone(&self) -> ParityForwardEstimate
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for ParityForwardEstimate
impl PartialEq for ParityForwardEstimate
impl Copy for ParityForwardEstimate
impl StructuralPartialEq for ParityForwardEstimate
Auto Trait Implementations§
impl Freeze for ParityForwardEstimate
impl RefUnwindSafe for ParityForwardEstimate
impl Send for ParityForwardEstimate
impl Sync for ParityForwardEstimate
impl Unpin for ParityForwardEstimate
impl UnsafeUnpin for ParityForwardEstimate
impl UnwindSafe for ParityForwardEstimate
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)