pub struct AnalysisStats {Show 17 fields
pub avg_final_score: f32,
pub median_final_score: f32,
pub max_final_score: f32,
pub min_final_score: f32,
pub avg_cb_score: f32,
pub avg_cf_score: f32,
pub avg_affinity_score: f32,
pub avg_context_score: f32,
pub avg_diversity_score: f32,
pub avg_genre_score: f32,
pub avg_tag_score: f32,
pub avg_series_score: f32,
pub avg_age_penalty: f32,
pub affinity_proportion: f32,
pub context_proportion: f32,
pub diversity_proportion: f32,
pub genre_proportion: f32,
}Fields§
§avg_final_score: f32§median_final_score: f32§max_final_score: f32§min_final_score: f32§avg_cb_score: f32§avg_cf_score: f32§avg_affinity_score: f32§avg_context_score: f32§avg_diversity_score: f32§avg_genre_score: f32§avg_tag_score: f32§avg_series_score: f32§avg_age_penalty: f32§affinity_proportion: f32§context_proportion: f32§diversity_proportion: f32§genre_proportion: f32Trait Implementations§
Source§impl Clone for AnalysisStats
impl Clone for AnalysisStats
Source§fn clone(&self) -> AnalysisStats
fn clone(&self) -> AnalysisStats
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 AnalysisStats
impl Debug for AnalysisStats
Auto Trait Implementations§
impl Freeze for AnalysisStats
impl RefUnwindSafe for AnalysisStats
impl Send for AnalysisStats
impl Sync for AnalysisStats
impl Unpin for AnalysisStats
impl UnwindSafe for AnalysisStats
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