I need to generate a classifier in Java and after use it on others datasets.
I can see using Weka GUI that it generates a Tree using a file Csv.
Now my question is:
- Which is the best way to generate this Classifier in Java?
- How can i save it in java, in way to use it to predict?
- After saved how can i use it in java on others datasets?