distributions.h

来自「source codes for ltr」· C头文件 代码 · 共 14 行

H
14
字号
/*********************************************************************//*        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 + =
减小字号Ctrl + -
显示快捷键?