3

I am using Weka to train a model from few days. I know Weka use Java code to implement a classifier. I also heard that Weka has some github pages to describe the java code for the classifiers. I like to know the SVM java code which is used in WEKA. I found few webpages describing Java code for SVM classifiers for WEKA. I can not understand which one is there official page.

Providing me the link to SVM GitHub page would be very helpful.

Thank you.

Encipher
  • 381
  • 1
  • 11

1 Answers1

6

The official Weka source code is stored in a local Gitlab git repository (not on Github).

Note that there are two versions of SVM commonly used with Weka:

Erwan
  • 26,519
  • 3
  • 16
  • 39