搜索资源列表
CART
- CART是决策树算法的一种,是数据挖掘的重要组成部分。-CART is a decision tree algorithm, is an important part of data mining.
CARTandRFclass
- 使用Decision Tree 实现cart和实现随机森林算法,比较好的学习工具,而且也能用,速度之前和别人讨论,被优化过-using decision tree trick to fullfil the CART and RandomForest ,it is good learing tool ,and ,practical use. it was optimize speed
Combined
- Cart Decision tree model optimized using Genetic Algorithm and PSO
Cart-tree
- 实现CART树回归,树的生成与剪枝过程,并与简单线性回归进行对比-Implement a regression tree generation algorithm when the leaf nodes indicate 3rd order polynomials. Test your program with the dataset and compare the results with those of simple linear regression
Decision_tree-python
- 使用决策树(包括ID3,C45,CART)对数据做多分类预测。(Use Decision Tree to classify.)