|
biomcmc-lib
0.1
low level library for phylogenetic analysis
|
OPTICS algorithm based on https://github.com/guineri/GOPTICS. More...
#include "distance_generator.h"

Go to the source code of this file.
Data Structures | |
| struct | goptics_cluster_struct |
Typedefs | |
| typedef struct goptics_cluster_struct * | goptics_cluster |
Functions | |
| goptics_cluster | new_goptics_cluster (distance_generator dg, int min_points, double epsilon) |
| goptics_cluster | new_goptics_cluster_run (distance_generator dg, int min_points, double epsilon) |
| void | del_goptics_cluster (goptics_cluster gop) |
| void | assign_goptics_clusters (goptics_cluster gop, double cluster_eps) |
OPTICS algorithm based on https://github.com/guineri/GOPTICS.
1.8.13