I have had great success using Weka to research data and determine which classification algorithm is best for my problem. Now that I have a prepared model that works, I would like to integrate it into the rest of my C ++ program. Unfortunately, this seems like a daunting task: only Weka has built-in support for exporting classifiers as Java object files. Has anyone found a way to export model parameters developed by Weka in a useful format?
I would be particularly interested if there is a utility that generates C / C ++ code from the J48 decision tree.
source share