Train And Use Classifier Weka In Java

272 views Asked by At

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.

enter image description here

Now my question is:

  1. Which is the best way to generate this Classifier in Java?
  2. How can i save it in java, in way to use it to predict?
  3. After saved how can i use it in java on others datasets?
0

There are 0 answers