Package es.uam.eps.ir.relison.links.recommendation.filler

  • Interface Summary 
    Interface Description
    FastFiller<U,​I>
    Fast version of the filler interface.
    Filler<U,​I>
    Methods for classes that might be used to complete recommendation lists which do not fill themselves due to coverage problems of the algorithm.
  • Class Summary 
    Class Description
    AbstractFastFiller<U,​I>
    Abstract implementation of a fast filler.
    IdFiller<U,​I>
    Filler that completes rankings by sorting the remaining items by id.
    RandomFiller<U,​I>
    Filler that completes ranking with random recommendation.