-
随机森林
说明: 随机森林算法与 Bagging 算法类似,均是基于 Bootstrap 方法重采样,产生多个训练集。不同的是,随机森林算法在构建决策树的时候,采用了随机选取分裂属性集的方法
本程序中,将乳腺肿瘤病灶组织的细胞核显微图像的 10 个量化特征作为模型的输入,良性乳腺肿瘤和恶性乳腺肿瘤作为模型的输出。用训练集数据进行随机森林分类器的创建,然后对测试集数据进行仿真测试,最后对测试结果进行分析。(Similar to bagging algorithm, random forest algorithm is based on bootstrap resampling to generate multiple training sets. The difference is that the random forest algorithm uses the method of randomly selecting the split attribute set when constructing the decision tree
In this program, 10 quantitative features of nuclear microscopic image of breast tumor tissue are taken as the input of the model, and the benign and malignant breast tumor are taken as the output of the model. The training set data is used to create the random forest classifier, then the test set data is simulated and the test results are analyzed.)
- 2020-07-05 20:39:15下载
- 积分:1
-
sanxiangnibian
基于PWM控制的三相逆变器,采用PI调节,输出电流电压波形稳定。(The three-phase inverter based on PWM is controlled by PI, and the output current and voltage waveform is stable.)
- 2018-09-14 10:36:14下载
- 积分:1
-
Protel99SE-t设计教程
这是protel初学者可以学习的不错的一本入门书,里边有精彩的实例(This is the beginners can learn a good entry, inside a brilliant example)
- 2020-06-26 07:40:02下载
- 积分:1
-
VC++显示倾斜文字
VC++编写的如何显示倾斜文字(VC show how prepared the text tilt)
- 2005-03-09 10:12:46下载
- 积分:1
-
Operatoren
C语言运算符 关键字大全里面集合了所有用到的运算符和关键字(C-Operatoren Keyword Daquan)
- 2013-08-24 10:45:48下载
- 积分:1
-
C-program
一些简单的c程序源代码 帮助初学者更好的了解C语言(Some simple C program source code to help beginners to better understand the C language)
- 2013-11-28 19:50:41下载
- 积分:1
-
MatlabVC
Matlab和VC混合编程用例,可供大家编程时参考。(Matlab and VC++)
- 2010-01-06 16:24:23下载
- 积分:1
-
CPP
c++语言编程规范 书籍,希望能给大家带来些帮助吧(thanks )
- 2011-12-27 21:27:46下载
- 积分:1
-
ThinkingCPlusPlus
本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。
本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。
(Author of this book to learn C++ based on their personal experience and years of teaching experience, using simple examples and concise narrative explaining C++ programming, distinctive.)
- 2009-10-13 12:00:51下载
- 积分:1
-
Cfunction
C函数大全应该已经全了吧,呵呵,大家自己看吧
对了,里面还有实例,很不错的,希望大家喜欢
(C function Guinness should have been wide of the bar, huh, huh, U.S. Check it out on their own, and there is also examples of very good, I hope everyone likes)
- 2007-09-10 22:09:41下载
- 积分:1