BICO
1.0
|
Abstract base class for mechanisms that compute a proxy or representative object for a given set of objects, e.g. a cluster center. More...
#include <proxygenerator.h>
Public Member Functions | |
virtual | ~ProxyGenerator () |
virtual ProxyGenerator< T > * | clone () const =0 |
virtual T | generate (std::vector< T * > const &) const =0 |
Abstract base class for mechanisms that compute a proxy or representative object for a given set of objects, e.g. a cluster center.
Definition at line 14 of file proxygenerator.h.
|
inlinevirtual |
Definition at line 18 of file proxygenerator.h.
|
pure virtual |
Implemented in CluE::PointCentroid.
|
pure virtual |
Generates a proxy for the given vector of objects.
Implemented in CluE::PointCentroid.