登录
首页 » Python » decision tree

decision tree

于 2019-07-06 发布
0 199
下载积分: 1 下载次数: 0

代码说明:

说明:  基于信息增益的决策树的前期构造及注解原理及代码实现(Preliminary Construction and Annotation Principle of Decision Tree Based on Information Gain and Code Implementation)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • EasyChart.StockDemo
    EasyChart.StockDemo网络上找的(EasyChart.StockDemo)
    2020-06-25 09:20:01下载
    积分:1
  • 下单面板EA
    MT4快捷下单 多品种管理 加仓 划线下单等(MT4 Quick Single and Multiple Varieties Management)
    2020-06-30 17:00:01下载
    积分:1
  • 电池容量预测算法
    说明:  本算法利用粒子滤波算法对电池容量进行预测。(Prediction of battery capacity using particle filter algorithm)
    2019-05-10 10:20:25下载
    积分:1
  • 基于MountainTop数据的STAP算法
    说明:  基于MountainTop数据的STAP算法仿真,该MountainTop数据可以在网上下载(Simulation of STAP algorithm based on MountainTop data, which can be downloaded online)
    2021-03-08 17:29:28下载
    积分:1
  • ARM7程序烧写工具,可以适用于多个公司的Flash芯片烧写,操作简单...
    ARM7程序烧写工具,可以适用于多个公司的Flash芯片烧写,操作简单-ARM7 procedures burning tools can be applied in a variety of Flash chip burning, simple operation
    2023-02-01 18:05:05下载
    积分:1
  • 基于FPGA的单精度浮点数乘法器设计
    《基于FPGA的单精度浮点数乘法器设计》详细介绍了按照IEEE754标准在FPGA上实现单精度浮点加减乘除的方法(The design of single precision floating point multiplier based on FPGA introduces in detail the way of realizing single precision floating point addition, subtraction and multiplication and division based on IEEE754 standard on FPGA.)
    2018-04-10 14:10:02下载
    积分:1
  • _D34GL3-T3MPL3_ Source
    cheat-server source-code
    2018-05-10 07:43:34下载
    积分:1
  • UWB信号增加20DBm的PA板原理图和PCB (2)
    uwb的pcb板 实际用处很多 可以自己看(filkdshjfisadjflajdlksajoiashfwoaefjneswjfseklefswfwsfsdffsdfadassfsd)
    2020-06-30 08:40:01下载
    积分:1
  • C# 泛型列表List用法示例
    C# 泛型列表List用法示例,从给出的人员名单中,过滤人员名称中以"科"结束的序列,遍历查询结果。   private void Frm_Main_Load(object sender, EventArgs e)   {    List People = new List{//创建人员列表    new Person(1,"王*科"),    new Person(2,"王*科"),    new Person(3,"赵*东")};    var query = from p in People//过滤人员名称中以"科"结束的序列    where p.Name.EndsWith("科")    select new    {    人员ID = p.ID,    人员姓名 = p.Name    };    foreach (var item in query)//遍历查询结果    {    label1.Text += item + " ";    }   }   }   public class Person   {    public Person(int id, string name)    {    this.ID = id;    this.Name = name;    }    public int ID { get; set; }//人员ID    public string Name { get; set; }//人员姓名   }
    2023-01-08 20:45:03下载
    积分:1
  • PMSM_FOC_system
    永磁同步电机矢量控制,电流转速双闭环,随机SVPWM(Vector control of permanent magnet synchronous motor, current speed double loop, random SVPWM)
    2017-11-02 15:26:00下载
    积分:1
  • 696518资源总数
  • 105563会员总数
  • 11今日下载