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