Package es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.twitter
Contact recommendation algorithms reported by Twitter
to be tested in their networks.
-
Class Summary Class Description Closure<U> Closure recommender.Love<U> Twitter Love algorithm.Money<U> Twitter Money algorithm.TwitterAverageCosineSimilarity<U> Twitter average cosine: executes the average cosine over bipartite graphs from the reduced graph.TwitterCentroidCosineSimilarity<U> Twitter centroid cosine: executes the centroid cosine over bipartite graphs from the reduced graph.TwitterMaximumCosineSimilarity<U> Twitter maximum cosine: executes the maximum cosine over bipartite graphs from the reduced graph.TwitterRecommender<U> Twitter-based recommender.