Buzzr Sports Engine API
    Preparing search index...

    Type Alias RecommendationExplanation

    type RecommendationExplanation = {
        baseScore: number;
        factors: RecommendationFactor[];
        personalAdjustment: number;
        socialAdjustment: number;
        totalScore: number;
    }
    Index

    Properties

    baseScore: number
    personalAdjustment: number
    socialAdjustment: number
    totalScore: number