3 #include "MultipointLabelEstimator.h" 6 template <
class LabelType>
11 using CandidateContainer =
typename SuperClass::CandidateContainer;
12 using WeightType =
typename SuperClass::WeightType;
15 EstimateLabel(
const CandidateContainer &candidates)
const override final {
16 auto i = candidates.size() / 2;
17 return candidates[i].first;
Definition: MultipointLabelEstimator.h:8
Definition: DummyLabelEstimator.h:7