The Decision Tree Learning algorithm ID3 extended with pre-pruning for WEKA, the free open-source Java API for Machine Learning. It achieves better accuracy than WEKA's ID3, which lacks pre-pruning.Info: http://bruno-wp.blogspot.com/search/label/Softwar
Categories
Artificial IntelligenceLicense
GNU General Public License version 2.0 (GPLv2)Follow WEKA - DecisionTree - ID3 with Pruning
Other Useful Business Software
Stay in Flow. Let Zenflow Handle the Heavy Lifting.
Zenflow is your engineering control center, turning specs into shipped features. Parallel agents handle coding, testing, and refactoring with real repo context. Multi-agent workflows remove bottlenecks and automate routine work so developers stay focused and in flow.
Rate This Project
Login To Rate This Project
User Reviews
-
tried to load it in Weka 3.6.8, found the algorithm as BWPTree under weka.classifiers.trees, but get an error in weka's gui "Prolem evaluating classifier", i expected a field where i can enter the prepruning gain, didnt appear in weka's gui, also no command line options provided in documentation for >java weka.classifiers.trees.BWPTree -?