#include <ClusterFactory.hpp>
Public Member Functions | |
ClusterFactory (const lemur::api::Index &ind, const SimilarityMethod &simMethod, enum ClusterParam::clusterTypes clusterType=ClusterParam::CENTROID, enum ClusterParam::docModes docMode=ClusterParam::DMAX) | |
initialize the factory for the specific cluster type. | |
Cluster * | allocateCluster (int clusterID=1) |
Make an instance of the appropriate cluster type. | |
Private Attributes | |
const lemur::api::Index & | index |
const SimilarityMethod & | sim |
enum ClusterParam::clusterTypes | cType |
enum ClusterParam::docModes | dMode |
|
initialize the factory for the specific cluster type.
|
|
Make an instance of the appropriate cluster type.
|
|
|
|
|
|
|
|
|