You are here

class RealMatrix in Recommender API 7.6

Same name and namespace in other branches
  1. 6.2 Matrix.php \RealMatrix

Hierarchy

Expanded class hierarchy of RealMatrix

2 string references to 'RealMatrix'
CFRecommender::loadPreference in classes/Recommender.php
Load matrix from the database into a matrix class in memory
Matrix::create in classes/Matrix.php

File

classes/Matrix.php, line 109

View source
class RealMatrix 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