pub struct ParameterSweepPoint {
pub parameter_id: String,
pub profile_mode: String,
pub setting_label: String,
pub numeric_value: f32,
pub benefit_scenarios_beating_fixed: usize,
pub benefit_scenarios_with_zero_ghost_frames: usize,
pub canonical_cumulative_roi_mae: f32,
pub region_mean_cumulative_roi_mae: f32,
pub motion_bias_cumulative_roi_mae: f32,
pub neutral_non_roi_mae: f32,
pub robust_corridor_member: bool,
pub robustness_class: String,
}Fields§
§parameter_id: String§profile_mode: String§setting_label: String§numeric_value: f32§benefit_scenarios_beating_fixed: usize§benefit_scenarios_with_zero_ghost_frames: usize§canonical_cumulative_roi_mae: f32§region_mean_cumulative_roi_mae: f32§motion_bias_cumulative_roi_mae: f32§neutral_non_roi_mae: f32§robust_corridor_member: bool§robustness_class: StringTrait Implementations§
Source§impl Clone for ParameterSweepPoint
impl Clone for ParameterSweepPoint
Source§fn clone(&self) -> ParameterSweepPoint
fn clone(&self) -> ParameterSweepPoint
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 ParameterSweepPoint
impl Debug for ParameterSweepPoint
Auto Trait Implementations§
impl Freeze for ParameterSweepPoint
impl RefUnwindSafe for ParameterSweepPoint
impl Send for ParameterSweepPoint
impl Sync for ParameterSweepPoint
impl Unpin for ParameterSweepPoint
impl UnsafeUnpin for ParameterSweepPoint
impl UnwindSafe for ParameterSweepPoint
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