(Quick Reference)

2 Getting Started - Reference Documentation

Authors: Lim Chee Kin

Version: 0.5.2

2 Getting Started

Install the plugin into your project with the following command:
grails install-plugin mahout-recommender

After the plugin installed into your project, the following configurations will be appended to your project's Config.groovy file:

// Added by the Mahout Recommender plugin:
mahout.recommender.mode = 'input'  // 'input', 'config' or 'class'