#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.
|
inlinevirtual |
Definition at line 17 of file WeightEstimator.h.
|
pure virtual |
Implemented in TrivialWeightEstimator< T >, and TrackDistanceWeightEstimator< T >.
|
pure virtual |
Implemented in TrivialWeightEstimator< T >.