Classifying data from the command line

After you’ve done the Quickstart and are familiar with the basics of Mahout, it is time to build a classifier from your own data. The following pieces may be useful for in getting started:

Input

For starters, you will need your data in an appropriate Vector format: See Creating Vectors as well as Creating Vectors from Text.

Running the Process