- Category:
- AI-NN-PR
- Tags:
-
[Java]
[源码]
- File Size:
- 15kb
- Update:
- 2013-11-22
- Downloads:
- 0 Times
- Uploaded by:
- 陈易
Description: 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.
To Search:
File list (Check if you may need any files):
DecisionTree\.classpath
............\.project
............\.settings\org.eclipse.jdt.core.prefs
............\bin\DecisionTree.class
............\...\MakeDecision.class
............\...\TreeNode.class
............\src\DecisionTree.java
............\...\MakeDecision.java
............\...\TreeNode.java
............\样本数据.txt
............\样本特征说明.txt
............\.settings
............\bin
............\src
DecisionTree