#include <WeightEstimator.h>
Public Member Functions | |
virtual WeightEstimator * | clone () const =0 |
virtual double | weight (const std::vector< const T * > &) const =0 |
virtual | ~WeightEstimator () |
Estimator that returns the weight (="quality") of a cluster. Abstract base class.
Definition at line 12 of file WeightEstimator.h.
virtual WeightEstimator< T >::~WeightEstimator | ( | ) | [inline, virtual] |
Definition at line 18 of file WeightEstimator.h.
{}
virtual WeightEstimator* WeightEstimator< T >::clone | ( | ) | const [pure virtual] |
Implemented in TrackDistanceWeightEstimator< T >, and TrivialWeightEstimator< T >.
virtual double WeightEstimator< T >::weight | ( | const std::vector< const T * > & | ) | const [pure virtual] |
Implemented in TrivialWeightEstimator< T >.