Using the API
Several articles describe certain aspects of using the Weka API:
- Use Weka in your Java code
- Weka Examples
- Generating cross-validation folds
- Creating an ARFF file
- Binarize Attribute
- ARFF files from Text Collections
- Adding attributes to a dataset
- Save Instances to an ARFF File
- Generating ROC curve
- Visualizing ROC curve
- Serialization
It is possible to use Weka through Jupyter notebooks as well, see the following article for more information: