From 3f244e6a3fedc880ea8c565586adb4470af2c373 Mon Sep 17 00:00:00 2001 From: jiangzhonglian Date: Thu, 6 Apr 2017 23:16:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=2014.svd=E6=B3=A8=E9=87=8A.m?= =?UTF-8?q?d=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/python/14.SVD/svdRec.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/python/14.SVD/svdRec.py b/src/python/14.SVD/svdRec.py index c051a7c4..e540a575 100644 --- a/src/python/14.SVD/svdRec.py +++ b/src/python/14.SVD/svdRec.py @@ -55,7 +55,6 @@ def loadExData(): [1, 1, 0, 2, 2], [0, 0, 0, 3, 3], [0, 0, 0, 1, 1]] - # 相似度计算,假定inA和inB 都是列向量