Module measures Copy item path Source Expand description
A series of
Measures used to
weight score.
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. Measure A Measure trait describes a way to combine scores together.