1 #ifndef _WeightEstimator_H_ 2 #define _WeightEstimator_H_ 14 virtual double weight(
const std::vector<const T*>&)
const = 0;
virtual ~WeightEstimator()
virtual double weight(const std::vector< const T *> &) const =0
virtual WeightEstimator * clone() const =0