ClientRecommender-class: Object of class ClientRecommender

Description Arguments Slots Examples

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

1
2
3
4
myconfig <- new("MyrrixClientConfiguration")
myconfig
recommendationengine <- new("ClientRecommender", config=myconfig)
recommendationengine

Myrrix documentation built on May 2, 2019, 9:08 a.m.