xapian-core
1.5.0
|
Class representing an abstract class for a clusterer to be implemented. More...
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. More... | |
virtual std::string | get_description () const =0 |
Returns a string describing the clusterer being used. | |
Clusterer * | release () |
Start reference counting this object. More... | |
const Clusterer * | release () const |
Start reference counting this object. More... | |
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::LCDClusterer, and Xapian::KMeans.
|
inline |
|
inline |