Module measures

Source
Expand description
  • A series of Measures used to
  • weight score.

Structs§

ChebyshevDistance
A measure that returns the max of the weighted child scares based on the one-dimensional (Chebychev Distance)[https://en.wikipedia.org/wiki/Chebyshev_distance].
ReflectMeasure
A type generated by the #reflect_trait macro for the Measure trait.
WeightedMeasure
The default measure which uses a weight to provide an intuitive curve.
WeightedProduct
A measure that multiplies all the elements together.
WeightedSum
A measure that adds all the elements together and multiplies them by the weight.

Traits§

Measure
A Measure trait describes a way to combine scores together.
OSZAR »