This tutorial will show you how to use Weka in JAVA code, load data file, train classifiers and explains some of important concepts behind machine learning.
Weka is a toolkit for machine learning. It includes a library of machine learning and visualisation techniques and features a user friendly GUI.
This tutorial includes examples written in JAVA and includes visuals generated with the GUI. I suggest using the GUI to examine data and JAVA code for structured experiments.