glicko2
glicko2
dimos.glicko2
Player
Player
Result
WonAgainst
DefeatedBy
TiedWith
Tuning
Tuning
dimos.glicko2.glicko
glicko2
/
dimos.glicko2
/
Player
Player
case
class
Player
(
rating:
Double
,
deviation:
Double
,
volatility:
Double
)
Companion:
object
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
afterPeriod
(
results:
Seq
[
Result
],
tuning:
Tuning
):
Player
def
maxRating
:
Double
def
minRating
:
Double
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product