class SparseMatrix in Recommender API 7.6
Same name and namespace in other branches
- 6.2 Matrix.php \SparseMatrix
Hierarchy
- class \Matrix
- class \SparseMatrix
Expanded class hierarchy of SparseMatrix
4 string references to 'SparseMatrix'
- CFRecommender::computePrediction in classes/
Recommender.php - CFRecommender::loadPreference in classes/
Recommender.php - Load matrix from the database into a matrix class in memory
- Matrix::correlation in classes/
Matrix.php - Compute the covariance matrix for the row vectors.
- Matrix::create in classes/
Matrix.php
File
- classes/
Matrix.php, line 113
View source
class SparseMatrix extends Matrix {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Matrix:: |
protected | property | ||
Matrix:: |
protected | property | ||
Matrix:: |
protected | property | ||
Matrix:: |
static | function | Compute the covariance matrix for the row vectors. | |
Matrix:: |
static | function | ||
Matrix:: |
function | |||
Matrix:: |
function | |||
Matrix:: |
function | Only return the row vectors that have at least one element. Work for both RealMatrix and SparseMatrix | ||
Matrix:: |
function | |||
Matrix:: |
protected | function |