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

📄 global.h

📁 关联分类算法采用贪心算法发现高质量分类规则
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -