function Vector::set in Recommender API 6.2
Same name and namespace in other branches
- 7.6 classes/Matrix.php \Vector::set()
File
- ./
Matrix.php, line 184
Class
- Vector
- This is the Vector superclass. @author danithaca
Code
function set($dim, $value) {
$this->values[$dim] = $value;
}