The core implementation of Recommender and furthermore
MyrrixRecommender that lies inside the Serving Layer.
This is the recommendation engine class.
The ServerRecommender has a local model, allowing it to
build recommendation models based on data which are
locally stored on your disk. Next to the local
serving, it also allows to build recommendation models
based on data which is distributed on Hadoop. Special
out-of-the-box classes exists to let it run on CDH, AWS
and on Hadoop clusters. If you run the ServerRecommender
in a distributed mode, we assume that you have set up the
Computation layer already. This R package allows to
ingest new data, update the model, get recommendations
and similarities based on the recommendation engine which
is running.