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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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 -?