18 #ifndef _biomcmc_clustering_goptics_h_ 19 #define _biomcmc_clustering_goptics_h_ 29 int min_points, num_edges, n_clusters;
30 int *order, n_order, *cluster;
31 double *core_distance, *reach_distance, max_distance;
33 void *Ea, *heap, *points;
38 goptics_cluster new_goptics_cluster (
distance_generator dg,
int min_points,
double epsilon);
39 goptics_cluster new_goptics_cluster_run (
distance_generator dg,
int min_points,
double epsilon);
40 void del_goptics_cluster (goptics_cluster gop);
41 void assign_goptics_clusters (goptics_cluster gop,
double cluster_eps);
Definition: distance_generator.h:20
Definition: clustering_goptics.h:25
distance calculation between generic objects,without generating full matrix beforehand ...