Package com.shephertz.app42.paas.sdk.jme.recommend

Class Summary
PreferenceData This PreferenceData object is the value object which contains the properties of PreferenceData along with the setter & getter for those properties.
Recommender This Recommender object is the value object which contains the properties of Recommender along with the setter & getter for those properties.
RecommenderResponseBuilder RecommenderResponseBuilder class converts the JSON response retrieved from the server to the value object i.e Recommender
RecommenderService Recommendation engine which provides reommendation based on customer id, item id and the preference of the customer for a particular Item.
RecommenderSimilarity This class contains 2 types of the Recommender Similarity either EuclideanDistanceSimilarity or PearsonCorrelationSimilarity.