Class FanEngagementAnalyzer

java.lang.Object
org.episteme.social.sports.FanEngagementAnalyzer

public final class FanEngagementAnalyzer extends Object
Analyzes fan engagement levels by aggregating attendance, social media visibility, and qualitative sentiment index.
Since:
1.0
Version:
1.1
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • engagementScore

      public static Real engagementScore(int attendance, int socialMentions, double sentiment)
      Calculates a composite engagement score for a team or event.
      Parameters:
      attendance - physical attendance count
      socialMentions - volume of digital mentions
      sentiment - aggregated sentiment index (-1.0 to 1.0)
      Returns:
      a Real number representing the engagement level