src/cluster.c | ●●●●● patch | view | raw | blame | history |
src/cluster.c
@@ -95,9 +95,13 @@ /* This is a stub function. User should check whether the vertex is clustering or not. */ ts_bool is_clusterable(ts_vertex *vtx){ if(fabs(vtx->c)>1e-6){ return 1; } else { return 0; } } ts_cluster *cluster_vertex_neighbor(ts_vertex *vtx){