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
Grafana: The open and composable observability platform
Grafana is the open source analytics & monitoring solution for every database.
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 -?