addCluster(Cluster *oldCluster) | ClusterDB | |
addToCluster(DOCID_T docId, int clusterId, double score) | KeyfileClusterDB | [virtual] |
addToCluster(DOCID_T docId, Cluster *cluster, double score) | KeyfileClusterDB | [virtual] |
allocateCluster(int clusterID) const | ClusterDB | [protected] |
cluster(DOCID_T docId) | ClusterDB | [virtual] |
cluster(DOCID_T docId, double &finalScore) | ClusterDB | [virtual] |
ClusterDB(const Index *ind, double threshold=0.25, enum ClusterParam::simTypes simType=ClusterParam::COS, enum ClusterParam::clusterTypes clusterType=ClusterParam::CENTROID, enum ClusterParam::docModes docMode=ClusterParam::DMAX) | ClusterDB | |
clusters | ClusterDB | [protected] |
countClusters() const | KeyfileClusterDB | [inline, virtual] |
deleteCluster(int clusterID) | KeyfileClusterDB | [virtual] |
deleteCluster(Cluster *cluster) | KeyfileClusterDB | [virtual] |
factory | ClusterDB | [protected] |
getCluster(int clusterId) const | KeyfileClusterDB | [virtual] |
getDocCluster(DOCID_T docId) const | KeyfileClusterDB | [virtual] |
getDocClusterId(DOCID_T docId) const | KeyfileClusterDB | [virtual] |
getKeyWords(int cid, int numTerms=10) const | ClusterDB | [virtual] |
index | ClusterDB | [protected] |
KeyfileClusterDB(const Index *ind, const string &name, double threshold=0.25, enum ClusterParam::simTypes simType=ClusterParam::COS, enum ClusterParam::clusterTypes clusterType=ClusterParam::CENTROID, enum ClusterParam::docModes docMode=ClusterParam::DMAX) | KeyfileClusterDB | |
maxID() const | KeyfileClusterDB | [inline, virtual] |
mergeClusters(int cid1, int cid2) | KeyfileClusterDB | [virtual] |
newCluster() | KeyfileClusterDB | [protected, virtual] |
numDocs | ClusterDB | [protected] |
numTerms | ClusterDB | [protected] |
printClusters() const | ClusterDB | [virtual] |
removeFromCluster(DOCID_T docId, int clusterID) | KeyfileClusterDB | [virtual] |
sim | ClusterDB | [protected] |
splitCluster(int cid, int num=2) | KeyfileClusterDB | [virtual] |
thresh | ClusterDB | [protected] |
threshold | ClusterDB | [protected] |
~ClusterDB() | ClusterDB | [virtual] |
~KeyfileClusterDB() | KeyfileClusterDB | [virtual] |