Package es.uam.eps.ir.relison.links.recommendation.algorithms
-
Interface Summary Interface Description RecommendationAlgorithmFunction<U> Functions for retrieving trained recommendation algorithms.RecommenderSupplier<U> Interface for obtaining a configured contact recommendation algorithm. -
Class Summary Class Description GlobalMatrixBasedRecommender<U> Contact recommendation algorithm that on operations over a global matrix.MatrixBasedRecommender<U> Abstract implementation of a contact recommendation algorithm that depends on matrix operations.