將RecommandPoint.php中計算正規化參數的方法改為private

This commit is contained in:
kobayashi 2015-01-17 03:40:33 +08:00
parent 08c982678c
commit 995fa6fd1f

View File

@ -49,7 +49,7 @@ class RecommandPoint
* 計算正規化參數
* @return double 正規化參數
*/
public function computeNormalizationParameter($theme_number)
private function computeNormalizationParameter($theme_number)
{
$normal = 0; //正規化之後的GAMMA值
$EntitySum = 0; //實體學習點分別算銓重之後的值