From 3715330d24eb5ef08baf22d9ab0c2c151d022d09 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Tue, 28 Jan 2025 18:50:28 -0500 Subject: [PATCH] hell --- docs/stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stats.php b/docs/stats.php index c80b694..c21d5b2 100755 --- a/docs/stats.php +++ b/docs/stats.php @@ -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];