搜索资源列表
Rtree
- R树是GUTTMAN于1984年提出的最早支持有序扩展的对象存取方法之一,也是目前应用最为广泛的一种空间索引结构,该资料为其的应用。-R tree is one of GUTTMAN first proposed in 1984 to support an orderly expansion of the Object Access Method, is currently the most widely used of a spatial index structure for the app
rpart
- rapart函数是R语言中关于建立决策树的函数,利用这个函数源码,我们可以进行决策树分类算法的使用。-rpart is the code which we can use it to create decision tree.
TreeforR
- 自己使用R,语言编写的决策树实现算法,比较容易理解,大家可以-Using the R language to achieve the decision tree algorithm implementation, easier to understand
决策树代码
- 基础决策树算法适合初学者第一次尝试r编程(simple decision tree)