public class RecommenderSystem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static double |
MAX_SIMILAR_CLIENTS |
static double |
MIN_NOTE |
java.util.List<Rating> |
ratings |
static double |
SIMILARITY_MIN |
Constructor and Description |
---|
RecommenderSystem(Rating[] ratings) |
Modifier and Type | Method and Description |
---|---|
LibraryItem[] |
getRecommendedItems(Client client) |
public static final double SIMILARITY_MIN
public static final double MAX_SIMILAR_CLIENTS
public static final double MIN_NOTE
public java.util.List<Rating> ratings
public RecommenderSystem(Rating[] ratings)
public LibraryItem[] getRecommendedItems(Client client)