biomcmc-lib  0.1
low level library for phylogenetic analysis
Data Structures | Typedefs | Functions
clustering_goptics.h File Reference

OPTICS algorithm based on https://github.com/guineri/GOPTICS. More...

#include "distance_generator.h"
Include dependency graph for clustering_goptics.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  goptics_cluster_struct
 

Typedefs

typedef struct goptics_cluster_structgoptics_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)
 

Detailed Description

OPTICS algorithm based on https://github.com/guineri/GOPTICS.