lucsorel
11-17-2007, 12:29 AM
Hello,
Just a short message to announce that I have just released Wekatext2Xml (http://www.lucsorel.com/index.php?page=downloads#wekatext2xml), a light-weight Java application which converts decision trees generated by Weka classifiers into editable and parsable XML files. For the moment, Wekatext2Xml (http://www.lucsorel.com/index.php?page=downloads#wekatext2xml) only works on J48 decision trees (implementation of Ross Quinlan C4.5 algorithm) which have a syntax like this:
outlook = sunny
| humidity <= 70: yes (2.0)
| humidity > 70: no (3.0)
outlook = overcast: yes (4.0)
outlook = rainy
| windy = TRUE: no (2.0)
| windy = FALSE: yes (3.0)Documentation, samples, and screenshots are available on Wekatext2Xml (http://www.lucsorel.com/index.php?page=downloads#wekatext2xml) webpage. Do not hesitate to use and comment.
Cordially, Luc
Just a short message to announce that I have just released Wekatext2Xml (http://www.lucsorel.com/index.php?page=downloads#wekatext2xml), a light-weight Java application which converts decision trees generated by Weka classifiers into editable and parsable XML files. For the moment, Wekatext2Xml (http://www.lucsorel.com/index.php?page=downloads#wekatext2xml) only works on J48 decision trees (implementation of Ross Quinlan C4.5 algorithm) which have a syntax like this:
outlook = sunny
| humidity <= 70: yes (2.0)
| humidity > 70: no (3.0)
outlook = overcast: yes (4.0)
outlook = rainy
| windy = TRUE: no (2.0)
| windy = FALSE: yes (3.0)Documentation, samples, and screenshots are available on Wekatext2Xml (http://www.lucsorel.com/index.php?page=downloads#wekatext2xml) webpage. Do not hesitate to use and comment.
Cordially, Luc