7 template <
class LabelType>
10 using WeightType = double;
13 using CandidateType = std::pair<LabelType, WeightType>;
15 using CandidateContainer = std::vector<CandidateType>;
22 EstimateLabel(
const CandidateContainer &candidates)
const = 0;
Definition: MultipointLabelEstimator.h:8