#include <stdio.h>
#include <map>
#include <set>
#include "vecmap.h"
#include "preallocated.h"
#include "sqlite3.h"
Go to the source code of this file.
Classes | |
class | id_cluster |
Histogram. More... | |
class | id_cluster_collection |
struct | id_cluster_collection::cluster_dist_t |
class | incremental_query |
struct | incremental_query::ranked_cluster |
Typedefs | |
typedef unsigned | cluster_id_t |
typedef std::map< id_cluster *, double > | cluster_score_map |
typedef unsigned cluster_id_t |
Definition at line 30 of file idcluster.h.
typedef std::map<id_cluster *, double> cluster_score_map |
Definition at line 66 of file idcluster.h.