⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 subcluster.h

📁 混合高斯模型的C++程序
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -