Package com.pocketcombats.openskill.data
Interface PlayerResult<T>
- All Superinterfaces:
MatchMakingRating
- All Known Implementing Classes:
SimplePlayerResult
-
Method Summary
Methods inherited from interface com.pocketcombats.openskill.data.MatchMakingRating
mu, sigma
-
Method Details
-
id
T id() -
weight
double weight()Player contribution to the match result. Should be greater than 0. You can use 0.1 for players who didn't influence the match outcome and 1.0 as neutral, or balanced, impact.
-