RankedSelector.hpp

Selector that picks the N best matches within a threshold.

This file is part of Empirical, https://github.com/devosoft/Empirical Copyright (C) 2020 Michigan State University MIT Software license; see doc/LICENSE.md

Defines

INCLUDE_EMP_MATCHING_SELECTORS_STATIC_RANKED_SELECTOR_HPP_GUARD
template<typename ThreshRatio = std::ratio<-1, 1>, size_t DefaultN = 1>
struct RankedSelector : public SelectorBase<RankedCacheState>
#include <RankedSelector.hpp>