FideEloCalculator Class |
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi.SDK.Online
public class FideEloCalculator : TwoPlayerEloCalculator
The FideEloCalculator type exposes the following members.
Name | Description | |
---|---|---|
FideEloCalculator |
Default construction.
| |
FideEloCalculator(FideKFactor) |
Construct with a custom k-factor.
|
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.) |