Package es.uam.eps.ir.relison.links.linkprediction.io
-
Interface Summary Interface Description LinkPredictionFormat<U> Recommendation writers and readers with a common format.LinkPredictionFormat.Reader<U> Recommendation reader.LinkPredictionFormat.Writer<U> Link prediction writer. -
Class Summary Class Description SimpleLinkPredictionFormat<U> Simple format for link prediction: tab-separated user-user-score triplets, by decreasing order of score.TuplesLinkPredictionFormat<U> Format for writing the link predictions.