Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 1.13 KB

File metadata and controls

29 lines (14 loc) · 1.13 KB

Stock Recommendation Module

Introduction

This module offers recommendations of purchase or reservation to users of the Stock plugin. It uses machine leaning technologiesprovided by the Apache Mahout library.

The recommendation principle is based on buying similarities with other users. The products offered are those that the user does not yet have whilethey have been retained by users having made orders close.

The recommendation XPage

This module provides an XPage available at the following URL :


jsp/site/Portal.jsp?page=recommendation
                    

The Page Include

To use the Page Include provided, you only have to had the bookmark ${recommendations} into your HTML template where the list of recommended products should appear for thecurrently connected user.

Maven documentation and reports

generated by xdoc2md - do not edit directly.