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