Function reach::normalizeScores

Function Documentation

std::vector<float> reach::normalizeScores(const ReachResult &result, bool use_full_range)

Returns a vector of normalized reach target scores.

If use_full_range is false (default), the individual scores are divided by the maximum score. If use_full_range is true, the individual scores are fully normalized on [0, 1]