Class VideoAnalysisMetrics
java.lang.Object
org.episteme.social.sports.VideoAnalysisMetrics
Extracts performance metrics from video-derived tracking data.
Includes models for Expected Goals (xG) and shot analysis.
- Since:
- 1.0
- Version:
- 1.1
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordDetailed data for a specific scoring attempt. -
Method Summary
Modifier and TypeMethodDescriptionstatic RealCalculates the Expected Goals (xG) probability for a shot.
-
Method Details
-
calculateXG
Calculates the Expected Goals (xG) probability for a shot. Uses distance and angle components derived from field coordinates.- Parameters:
shot- the shot to analyze- Returns:
- the xG value (probability 0.0 to 1.0)
-