Interface TeamRatingAggregator
- All Known Implementing Classes:
DefaultTeamRatingAggregator,WeightedTeamRatingAggregator
public interface TeamRatingAggregator
-
Method Summary
Modifier and TypeMethodDescriptioncomputeTeamRating(Collection<? extends MatchMakingRating> playerRatings) Computes the aggregated mu and sigma for the entire team based on individual player ratings.
-
Method Details
-
computeTeamRating
Computes the aggregated mu and sigma for the entire team based on individual player ratings.- Parameters:
playerRatings- a list ofMatchMakingRatingrepresenting the players on the team- Returns:
- the computed team rating
-