文件名称:DicisionTree
介绍说明--下载内容来自于网络,使用问题请自行百度
决策树算法的简单实现,决策树(Decision Tree)是一种简单但是广泛使用的分类器。通过训练数据构建决策树,可以高效的对未知的数据进行分类。决策数有两大优点:1)决策树模型可以读性好,具有描述性,有助于人工分析;2)效率高,决策树只需要一次构建,反复使用,每一次预测的最大计算次数不超过决策树的深度。(A simple implementation of decision tree algorithms, decision tree (Decision Tree) is a simple but widely used classifier. Through training data, a decision tree is constructed to classify the unknown data efficiently. The number of decision-making has two advantages: 1) the decision tree model can read well, with descr iptive help manual analysis; 2) high efficiency, only a single decision tree construction, repeated use, the maximum calculated every time prediction is less than the depth of the decision tree.)
相关搜索: 决策树
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DicisionTree.java
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.