A B C D E G H I L M N O P R S T U V W 

R

RandomGuess - Class in librec.baseline
Baseline: predict by a random value in (minRate, maxRate)
RandomGuess(SparseMatrix, SparseMatrix, int) - Constructor for class librec.baseline.RandomGuess
 
rateDao - Static variable in class librec.intf.Recommender
 
rateMatrix - Static variable in class librec.intf.Recommender
 
readData() - Method in class librec.data.DataDAO
Default relevant columns {0: user column, 1: item column, 2: rate column}; otherwise try readData(int[] rels)
readData(boolean) - Method in class librec.data.DataDAO
 
readData(int[], boolean) - Method in class librec.data.DataDAO
Read data from the data file
readme() - Static method in class librec.main.LibRec
Print out software information
Recommender - Class in librec.intf
General recommenders
Recommender(SparseMatrix, SparseMatrix, int) - Constructor for class librec.intf.Recommender
Constructor for Recommender
Recommender.Measure - Enum in librec.intf
 
RegSVD - Class in librec.core
Regularized SVD: Arkadiusz Paterek, Improving Regularized Singular Value Decomposition Collaborative Filtering, Proceedings of KDD Cup and Workshop, 2007.
RegSVD(SparseMatrix, SparseMatrix, int) - Constructor for class librec.core.RegSVD
 
row(int) - Method in class librec.data.DenseMatrix
 
row(int, boolean) - Method in class librec.data.DenseMatrix
 
row() - Method in interface librec.data.MatrixEntry
Returns the current row index
row(int) - Method in class librec.data.SparseMatrix
get a row sparse vector of a matrix
row(int, int) - Method in class librec.data.SparseMatrix
get a row sparse vector of a matrix
row(int) - Method in class librec.data.SymmMatrix
Retrieve a complete row of similar items
rowMult(DenseMatrix, int, DenseMatrix, int) - Static method in class librec.data.DenseMatrix
row x row of two matrix
rowSize(int) - Method in class librec.data.SparseMatrix
query the size of a specific row
run() - Method in class librec.intf.Recommender
 
A B C D E G H I L M N O P R S T U V W