Class DefaultTeamRatingAggregator
java.lang.Object
com.pocketcombats.openskill.aggregate.DefaultTeamRatingAggregator
- All Implemented Interfaces:
TeamRatingAggregator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected doubleadjustedSigmaSquared(MatchMakingRating playerRating) computeTeamRating(Collection<? extends MatchMakingRating> playerRatings) Computes the aggregated mu and sigma for the entire team based on individual player ratings.
-
Constructor Details
-
DefaultTeamRatingAggregator
-
-
Method Details
-
computeTeamRating
Description copied from interface:TeamRatingAggregatorComputes the aggregated mu and sigma for the entire team based on individual player ratings.- Specified by:
computeTeamRatingin interfaceTeamRatingAggregator- Parameters:
playerRatings- a list ofMatchMakingRatingrepresenting the players on the team- Returns:
- the computed team rating
-
adjustedSigmaSquared
-