You are here

class SparseMatrix in Recommender API 6.2

Same name and namespace in other branches
  1. 7.6 classes/Matrix.php \SparseMatrix

Hierarchy

Expanded class hierarchy of SparseMatrix

7 string references to 'SparseMatrix'
CorrelationRecommender::computePredictionMemory in ./Recommender.php
CorrelationRecommender::_computePredictionMemory in ./Recommender.php
Matrix::correlation in ./Matrix.php
Compute the covariance matrix for the row vectors.
Matrix::create in ./Matrix.php
Recommender::loadDirectMatrix in ./Recommender.php
Load matrix from the database into a matrix class in memory

... See full list

File

./Matrix.php, line 118

View source
class SparseMatrix extends Matrix {

}

Members

Namesort descending Modifiers Type Description Overrides
Matrix::$column protected property
Matrix::$row protected property
Matrix::$values protected property
Matrix::correlation static function Compute the covariance matrix for the row vectors.
Matrix::create static function
Matrix::get function
Matrix::raw_values function
Matrix::row_vectors function Only return the row vectors that have at least one element. Work for both RealMatrix and SparseMatrix
Matrix::set function
Matrix::__construct protected function