public class SoReg extends SocialRecommender
In the original paper, this method is named as "SR2_pcc". For consistency, we rename it as "SoReg" as used by some other papers such as: Tang et al., Exploiting Local and Global Social Context for Recommendation, IJCAI 2013.
Recommender.Measure
algoName, cf, isRankingPred, measures, params, rateDao, rateMatrix
Constructor and Description |
---|
SoReg(SparseMatrix trainMatrix,
SparseMatrix testMatrix,
int fold) |
toString
execute, getEvalInfo, run
public SoReg(SparseMatrix trainMatrix, SparseMatrix testMatrix, int fold)