Learn R Programming

Myrrix (version 1.2)

ClientRecommender-class: Object of class ClientRecommender

Description

An implementation of MyrrixRecommender which accesses a remote Serving Layer instance over HTTP or HTTPS. This is like a local "handle" on the remote recommender.

Arguments

config

An object of class MyrrixClientConfiguration

Slots

recommender:

A java object of class net.myrrix.client.ClientRecommender

clientConfiguration:

An object of class MyrrixClientConfiguration, which holds the java object with the connection settings to Myrrix

Examples

Run this code
# NOT RUN {
myconfig <- new("MyrrixClientConfiguration")
myconfig
recommendationengine <- new("ClientRecommender", config=myconfig)
recommendationengine
# }

Run the code above in your browser using DataLab