#include <string>
#include "common_headers.hpp"
#include "Index.hpp"
#include "ClusterRep.hpp"
#include "SimilarityMethod.hpp"
#include "ClusterParam.hpp"
Go to the source code of this file.
Compounds | |
class | Cluster |
Cluster representation, a vector of cluster elements. More... | |
class | ClusterElt |
Defines | |
#define | DOC_ELT 1 |
#define | CLUSTER_ELT 2 |
#define | NAMESIZE 50 |
maximum length of a cluster name string. |
|
|
|
Cluster element representation. need an enumeration of types |
|
maximum length of a cluster name string.
|