How do I use Wekas classes in my own code?
It’s not that hard to use Weka classes in your own code, the following articles give a good overview of how to do that: • Use Weka in your Java code • Programmatic Use • In general, the articles tagged with source code. Note: Weka is open-source software under the GNU General Public License, which means that your code has to be licensed under the GPL as well.