hell
This commit is contained in:
parent
131de3b48d
commit
3715330d24
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
$matrixe[$una][$unb] = 0;
|
||||
foreach ($result as $userc) {
|
||||
$unc = $userc['username'];
|
||||
$matrixe[$una][$unb] += 0.1 + $matrixf[$una][$unc] * $matrixf[$unc][$unb] / $msum_old * pow(count($result),3);
|
||||
$matrixe[$una][$unb] += 0.3 + $matrixf[$una][$unc] * $matrixf[$unc][$unb] / $msum_old * pow(count($result),3);
|
||||
}
|
||||
$msum += $matrixe[$una][$unb];
|
||||
$pr[$una] += $prold[$unb] * $matrixe[$una][$unb];
|
||||
|
|
Loading…
Reference in a new issue