Package es.uam.eps.ir.relison.links.linkprediction
Classes and interfaces for the link prediction task. This package includes methods
for directly applying link prediction algorithms and adapting recommendation algorithms.
-
Interface Summary Interface Description LinkPredictor<U> Definition of a method that predicts a collection of links which are likely to appear in a social network in the future. -
Class Summary Class Description AbstractLinkPredictor<U> Abstract definition of a link prediction algorithm.InstancePostfixExLinkPredictor<U> Given as set of instances, this algorithm predicts the presence or absence of a link, according to a function of the different features.MLComparators<U> Comparators for ordering the link prediction algorithms.Prediction<U> The result of applying a link prediction algorithm.RecommendationLinkPredictor<U> Link prediction algorithm based on a contact recommendation algorithm.SupervisedLinkPredictor<U> A supervised link prediction method, based on Weka classifiers.