|
xapian-core
2.0.0
|
Class representing an abstract class for a clusterer to be implemented. More...
#include <cluster.h>
Inheritance diagram for Xapian::Clusterer:
Collaboration diagram for Xapian::Clusterer:Public Member Functions | |
| virtual | ~Clusterer () |
| Destructor. More... | |
| 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. More... | |
| Clusterer * | release () |
| Start reference counting this object. More... | |
| const Clusterer * | release () const |
| Start reference counting this object. More... | |
Public Member Functions inherited from Xapian::Internal::opt_intrusive_base | |
| opt_intrusive_base (const opt_intrusive_base &) | |
| opt_intrusive_base & | operator= (const opt_intrusive_base &) |
| opt_intrusive_base () | |
| Construct object which is initially not reference counted. More... | |
| virtual | ~opt_intrusive_base () |
| void | ref () const |
| void | unref () const |
Additional Inherited Members | |
Public Attributes inherited from Xapian::Internal::opt_intrusive_base | |
| unsigned | _refs |
| Reference count. More... | |
Protected Member Functions inherited from Xapian::Internal::opt_intrusive_base | |
| void | release () const |
| Start reference counting. More... | |
Class representing an abstract class for a clusterer to be implemented.
|
virtual |
Destructor.
|
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.
|
pure virtual |
Returns a string describing the clusterer being used.
Implemented in Xapian::LCDClusterer, and Xapian::KMeans.
|
inline |
|
inline |