- main(String[]) - Static method in class librec.main.LibRec
-
- MatrixEntry - Interface in librec.data
-
An entry of a matrix.
- mean() - Method in class librec.data.DenseVector
-
- mean() - Method in class librec.data.SparseMatrix
-
- mean() - Method in class librec.data.SparseVector
-
- measures - Variable in class librec.intf.Recommender
-
- minus(DenseMatrix) - Method in class librec.data.DenseMatrix
-
Do A + B
matrix operation
- minus(SparseMatrix) - Method in class librec.data.DenseMatrix
-
Do A + B
matrix operation
- minus(double) - Method in class librec.data.DenseMatrix
-
Do A + c
matrix operation, where c
is a constant.
- minus(int, double) - Method in class librec.data.DenseVector
-
Substract a value from entry [index]
- minus(double) - Method in class librec.data.DenseVector
-
- minus(DenseVector) - Method in class librec.data.DenseVector
-
Do vector operation: a - b
- minus(DiagMatrix) - Method in class librec.data.DiagMatrix
-
- minus(double) - Method in class librec.data.DiagMatrix
-
Each diagonal entry abstracts val
- MostPopular - Class in librec.baseline
-
Baseline: items are weighted by the number of ratings they received.
- MostPopular(SparseMatrix, SparseMatrix, int) - Constructor for class librec.baseline.MostPopular
-
- mult(DenseMatrix) - Method in class librec.data.DenseMatrix
-
Matrix multiplication with a dense matrix
- mult(SparseMatrix) - Method in class librec.data.DenseMatrix
-
Matrix multiplication with a sparse matrix
- mult(DenseVector) - Method in class librec.data.DenseMatrix
-
Do matrix x vector
between current matrix and a given vector
- mult(SparseVector) - Method in class librec.data.DenseMatrix
-
- mult(SparseMatrix, DenseMatrix) - Static method in class librec.data.DenseMatrix
-
Matrix multiplication of a sparse matrix by a dense matrix