Interface TeamRatingAggregator

All Known Implementing Classes:
DefaultTeamRatingAggregator, WeightedTeamRatingAggregator

public interface TeamRatingAggregator
  • Method Details

    • computeTeamRating

      MatchMakingRating computeTeamRating(Collection<? extends MatchMakingRating> playerRatings)
      Computes the aggregated mu and sigma for the entire team based on individual player ratings.
      Parameters:
      playerRatings - a list of MatchMakingRating representing the players on the team
      Returns:
      the computed team rating