文件名称:DecisionTree
介绍说明--下载内容来自于网络,使用问题请自行百度
该资源是决策树算法。从“样本特征说明”读取属性,从“样本数据”读取各属性值。
依次取20 —80 (每次递增10 )的样本作为训练集,剩余样本作为测试集测试。-This resource is about decision tree algorithm. The attributes and values can be read by the code from the two txt files. Each time choose a portion of all the data (20 to 80 , with an increase of 10 each time) to be the training set and the rest to be the test set.
依次取20 —80 (每次递增10 )的样本作为训练集,剩余样本作为测试集测试。-This resource is about decision tree algorithm. The attributes and values can be read by the code from the two txt files. Each time choose a portion of all the data (20 to 80 , with an increase of 10 each time) to be the training set and the rest to be the test set.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DecisionTree/.classpath
DecisionTree/.project
DecisionTree/.settings/org.eclipse.jdt.core.prefs
DecisionTree/bin/DecisionTree.class
DecisionTree/bin/MakeDecision.class
DecisionTree/bin/TreeNode.class
DecisionTree/src/DecisionTree.java
DecisionTree/src/MakeDecision.java
DecisionTree/src/TreeNode.java
DecisionTree/样本数据.txt
DecisionTree/样本特征说明.txt
DecisionTree/.settings
DecisionTree/bin
DecisionTree/src
DecisionTree
DecisionTree/.project
DecisionTree/.settings/org.eclipse.jdt.core.prefs
DecisionTree/bin/DecisionTree.class
DecisionTree/bin/MakeDecision.class
DecisionTree/bin/TreeNode.class
DecisionTree/src/DecisionTree.java
DecisionTree/src/MakeDecision.java
DecisionTree/src/TreeNode.java
DecisionTree/样本数据.txt
DecisionTree/样本特征说明.txt
DecisionTree/.settings
DecisionTree/bin
DecisionTree/src
DecisionTree
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.