subcluster.h

来自「混合高斯模型的C++程序」· C头文件 代码 · 共 28 行

H
28
字号
#ifndef SUBCLUSTER_H#define SUBCLUSTER_H//int clusterMessageVerboseLevel;int subcluster(    SigSet *S,    int Class_Index,    int desired_num,    int option,    double Rmin,    int *Max_num);int clust_invert(    double **a,      /* input/output matrix */    int    n,        /* dimension */    double *det_man, /* determinant mantisa */    int    *det_exp, /* determinant exponent *//* scratch space */    int    *indx,    /* indx = G_alloc_ivector(n);  */    double **y,      /* y = G_alloc_matrix(n,n); */    double *col      /* col = G_alloc_vector(n); */    );#endif /* SUBCLUSTER_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?