📄 distributions.h
字号:
/*********************************************************************//* LINEAR TREE for Supervised Learning *//* Versao 1.0 (10/12/1997) *//* Developed by: Joao Gama *//* LIACC - Uni.do Porto *//* jgama@ncc.up.pt *//*-------------------------------------------------------------------*//* FILE: distributions.h *//*********************************************************************/double ***My_Distribuitions(CiDs *ds, long int low, long int high, int nr_att, double **class_dist);void ShowMyDistributions(DomainInfo *domain, double ***STATIS, int nr_att);void free_stats(DomainInfo *domain, double ***stats, int nr_cl, int nr_at);void ShowDistrClass(DomainInfo *domain, double *dist);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -