#include <ClusterFactory.hpp>
Public Methods | |
ClusterFactory (const 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 * | ClusterFactory::allocateCluster (int clusterID=1) |
Make an instance of the appropriate cluster type. |
|
initialize the factory for the specific cluster type.
|
|
Make an instance of the appropriate cluster type.
|