Reputation: 37
I want to see the built in code of say, Naive Bayes or J48 algorithms in WEKA, is that possible?
In order to get the result from one algorithm & apply it as another one's input,i need to understand the code at first and want to change it for my purpose in eclipse.
Thanks in advance.
Upvotes: 0
Views: 627
Reputation: 359966
Where can I get WEKA's source code?
Every WEKA release comes with a jar archive (this is just a simple ZIP archive) that contains the complete sources. It is called
weka-src.jar
. Alternatively, you can get WEKA's source code also from Subversion.
From the WEKA FAQ via Google.
Upvotes: 1