combine.h

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

H
12
字号
/*********************************************************************//*        LINEAR TREE for Supervised Learning                        *//*        Versao 1.0 (10/12/1997)                                    *//*        Developed by: Joao Gama                                    *//*                LIACC - Uni.do Porto                               *//*                jgama@ncc.up.pt                                    *//*-------------------------------------------------------------------*//*   FILE:Combine.h                                                  */  /*********************************************************************/double *combing_evidences(DomainInfo *domain, double *actual_class_freq, double *antec_class_freq);int dmajority(double *class_freq, int nr_class);

⌨️ 快捷键说明

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