- 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(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(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