Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AI and Deep Learning by (50.2k points)

I have created a classifier in WEKA, I saved it on my hard-disk, now I want to use that classifier in eclipse using weka API.

How can I do this? please guide me to this... thank you

1 Answer

0 votes
by (108k points)

A Weka classifier is rather simple to train on a given dataset. E.g., we can train an unpruned C4.5 tree algorithm on a given dataset data. The training is done via the buildClassifier(Instances) method.

For better understanding, refer the following link:

https://waikato.github.io/weka-wiki/use_weka_in_your_java_code/

If you are looking to learn more about Java then you visit Java Tutorial. Also, if you are appearing for job profiles of Java Developer or Java Expert then you can prepare for the interviews on Java Interview Questions.

Browse Categories

...