another fix
This commit is contained in:
parent
df7a6e4ecc
commit
05b4b5c59e
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
foreach ($result as $userc) {
|
||||
$matrixe[$usera['username']][$userb['username']] += $matrixf[$usera['username']][$userc['username']] * $matrixf[$userc['username']][$userb['username']];
|
||||
}
|
||||
$pr[$usera['username']] = $prold[$userb['username']] * $matrixe[$usera['username']][$userb['username']];
|
||||
$pr[$usera['username']] += $prold[$userb['username']] * $matrixe[$usera['username']][$userb['username']];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue