GaussianEloCalculator Class |
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi.SDK.Online
public class GaussianEloCalculator : TwoPlayerEloCalculator
The GaussianEloCalculator type exposes the following members.
Name | Description | |
---|---|---|
GaussianEloCalculator |
Default construction.
|
Name | Description | |
---|---|---|
CalculateMatchQualityTPlayer(GameInfo, IEnumerableIDictionaryTPlayer, Rating) |
Calculate the quality of the match.
(Inherited from SkillCalculator.) | |
CalculateMatchQualityTPlayer(GameInfo, IEnumerableIDictionaryTPlayer, Rating) |
Calculate the quality of the match.
(Inherited from TwoPlayerEloCalculator.) | |
CalculateNewRatingsTPlayer(GameInfo, IEnumerableIDictionaryTPlayer, Rating, Int32) |
Calculates the new ratings for players based on the results of a match.
(Inherited from SkillCalculator.) | |
CalculateNewRatingsTPlayer(GameInfo, IEnumerableIDictionaryTPlayer, Rating, Int32) |
Calculates the new ELO ratings for players based on the results of a match.
(Inherited from TwoPlayerEloCalculator.) | |
IsSupported |
Check whether or not an option is supported.
(Inherited from SkillCalculator.) |