|
xapian-core
1.5.1
|
Class representing an abstract class for a clusterer to be implemented. More...
#include <cluster.h>
Public Member Functions | |
| virtual | ~Clusterer () |
| Destructor. | |
| virtual ClusterSet | cluster (const MSet &mset)=0 |
| Implement the required clustering algorithm in the subclass and and return clustered output as ClusterSet. | |
| virtual std::string | get_description () const =0 |
| Returns a string describing the clusterer being used. | |
| Clusterer * | release () |
| Start reference counting this object. | |
| const Clusterer * | release () const |
| Start reference counting this object. | |
Class representing an abstract class for a clusterer to be implemented.
|
pure virtual |
Implement the required clustering algorithm in the subclass and and return clustered output as ClusterSet.
| mset | The MSet object which contains the documents to be clustered |
Implemented in Xapian::KMeans, and Xapian::LCDClusterer.
|
pure virtual |
Returns a string describing the clusterer being used.
Implemented in Xapian::KMeans, and Xapian::LCDClusterer.
|
inline |
|
inline |