?? cluster-no-noise.h
字號(hào):
/* * cluster.h -- declarations for clustering routines * * $Header: /usr/src/local/conn/cluster/RCS/cluster.h,v 1.1 1991/07/14 01:09:48 stolcke Exp $ * $Log: cluster.h,v $ * Revision 1.1 1991/07/14 01:09:48 stolcke * Initial revision * * */typedef struct _tree { FLOAT *pat; FLOAT *mean; FLOAT **rep; int pruned; int size; int root; int leaf; int cno; FLOAT y; FLOAT distance; struct _tree *r_tree, *l_tree;} BiTree;extern BiTree *new_tree();#define LEAF -1#ifndef TRUE#define TRUE 1#endif#ifndef FALSE#define FALSE 0#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -