I'm using rules generated by classifiers from weka. These rules are generated in one String by Weka and in each different case of rules I have to implement each one (i.e manually, in Java). I think that maybe there is a better way to do this process, maybe using an API.
One way that I could do it is treat the String that is generated by the classifier that represents the rules (class ClassifierTree). But I think that could have some easiest way.
Anyone could help me?
Regards,
Bruno Moreno