From 995fa6fd1f74c70c9b96e9965760f8eb176ea20a Mon Sep 17 00:00:00 2001 From: kobayashi <3011850@gmail.com> Date: Sat, 17 Jan 2015 03:40:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=87RecommandPoint.php=E4=B8=AD=E8=A8=88?= =?UTF-8?q?=E7=AE=97=E6=AD=A3=E8=A6=8F=E5=8C=96=E5=8F=83=E6=95=B8=E7=9A=84?= =?UTF-8?q?=E6=96=B9=E6=B3=95=E6=94=B9=E7=82=BAprivate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/lib/Recommand/RecommandPoint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/lib/Recommand/RecommandPoint.php b/htdocs/lib/Recommand/RecommandPoint.php index 6f763a1..df903e5 100644 --- a/htdocs/lib/Recommand/RecommandPoint.php +++ b/htdocs/lib/Recommand/RecommandPoint.php @@ -49,7 +49,7 @@ class RecommandPoint * 計算正規化參數 * @return double 正規化參數 */ - public function computeNormalizationParameter($theme_number) + private function computeNormalizationParameter($theme_number) { $normal = 0; //正規化之後的GAMMA值 $EntitySum = 0; //實體學習點分別算銓重之後的值