摘要:
from numpy import * from numpy import linalg as la def loadExData1(): return [[2,0,0,4,4,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0,5], [0,0,0,0,0,0,0,1,0,4,0], [3... 阅读全文
posted @ 2018-10-19 12:25
.Tang
阅读(245)
评论(0)
推荐(0)