I am looking for a C# conversion or implementation of the java code of the J48 Decision Tree class from the WEKA Machine Learning Library.
While I can convert it myself I am looking to save some time and find a clean commented implementation.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The accord framework has implementations of the ID3 and C4.5 learning algorithms. J48 is the open source version of C4.5.
http://accord.googlecode.com/svn/docs/html/N_Accord_MachineLearning_DecisionTrees_Learning.htm