- add(int, int, double) - Method in class librec.data.DenseMatrix
-
Add a value to entry [row, column]
- add(DenseMatrix) - Method in class librec.data.DenseMatrix
-
Do A + B
matrix operation
- add(SparseMatrix) - Method in class librec.data.DenseMatrix
-
Do A + B
matrix operation
- add(double) - Method in class librec.data.DenseMatrix
-
Do A + c
matrix operation, where c
is a constant.
- add(int, double) - Method in class librec.data.DenseVector
-
Add a value to entry [index]
- add(double) - Method in class librec.data.DenseVector
-
- add(DenseVector) - Method in class librec.data.DenseVector
-
Do vector operation: a + b
- add(DiagMatrix) - Method in class librec.data.DiagMatrix
-
- add(double) - Method in class librec.data.DiagMatrix
-
Each diagonal entry addes val
- add(int, int, double) - Method in class librec.data.SparseMatrix
-
Add a value to entry [row, column]
- add(int, double) - Method in class librec.data.SparseVector
-
Add a value to entry [idx]
- add(int, int, double) - Method in class librec.data.SymmMatrix
-
add a value to entry (row, col)
- algoName - Variable in class librec.intf.Recommender
-
Recommender-specific parameters
- AR - Class in librec.ext
-
Choonho Kim and Juntae Kim, A Recommendation Algorithm Using
Multi-Level Association Rules, WI 2003.
- AR(SparseMatrix, SparseMatrix, int) - Constructor for class librec.ext.AR
-