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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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 -?