xapian-core
1.5.0
|
LCD clusterer: This clusterer implements the LCD clustering algorithm adapted from Modelling efficient novelty-based search result diversification in metric spaces Gil-Costa et al. More...
Public Member Functions | |
LCDClusterer (unsigned int k_) | |
Constructor specifying number of clusters. More... | |
ClusterSet | cluster (const MSet &mset) |
Implements the LCD clustering algorithm. More... | |
std::string | get_description () const |
Return a string describing this object. | |
![]() | |
virtual | ~Clusterer () |
Destructor. | |
Clusterer * | release () |
Start reference counting this object. More... | |
const Clusterer * | release () const |
Start reference counting this object. More... | |
LCD clusterer: This clusterer implements the LCD clustering algorithm adapted from Modelling efficient novelty-based search result diversification in metric spaces Gil-Costa et al.
2013
|
explicit |
Constructor specifying number of clusters.
k_ | Number of required clusters |
|
virtual |
Implements the LCD clustering algorithm.
mset | MSet object containing the documents that are to be clustered |
Implements Xapian::Clusterer.