摘要: 背景:dataMatrix是(100,3)的列表,labelMat是(1,100)的列表,weights是(3,1)的数组,属性如下代码所示:>>> import types>>> type(dataMatrix)>>> type(labelMat)>>> type(weights)我的代码:>>>... 阅读全文
posted @ 2015-10-09 22:51 chamie 阅读(34152) 评论(0) 推荐(0)