Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Cure clustering algorithm under Linux
no vote
Is the cure algorithm under Linux, more complete #if !defined(lint) && !defined(SABER) static char rcsid[] = "$Header: /usr/src/local/conn/cluster/RCS/cluster.c,v 1.23 1993/02/03 07:43:07 stolcke Exp $"; #endif /* not lint */ #include <stdio.h> #include <string.h> #include <math.h> #include "alloc.h" #include "error.h" #include "cluster.h" #define NONE (-2) #define BUFSIZE 256 #ifndef SCALE #define SCALE "_SCALE_" #endif #ifndef DONTCARE #define DONTCARE "D/C" #endif #ifndef MAXFLOAT #define MAXFLOAT ((float)3.40282346638528860e+38) #endif static FLOAT distance(); static FLOAT root(); static FLOAT cure_distance(); static void merge(); static void repInTree(); static void print_rep_points(); static char buffer[BUFSIZE]; /* tempo
mada6862074
2016-08-23
0
1
No more~