global.h

来自「关联分类算法采用贪心算法发现高质量分类规则」· C头文件 代码 · 共 13 行

H
13
字号
#include <math.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#define INFINITE_SMALL	0.0000001int count_num_lines(FILE* f);int compare_double(const void* x,const void* y);double entropy(int* a,int n_values,int size);double combination(int m,int n);double error_rate(int m,int p);

⌨️ 快捷键说明

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