Class UpdateableFactorizer<U,​I>

java.lang.Object
es.uam.eps.ir.relison.links.recommendation.updateable.mf.UpdateableFactorizer<U,​I>
Type Parameters:
U - type of the users
I - type of the items
Direct Known Subclasses:
ALSUpdateableFactorizer

public abstract class UpdateableFactorizer<U,​I>
extends java.lang.Object
UpdateableFactorizer. Abstract class for matrix factorization algorithms.