会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
JustKeen
Don`t worry too much about the ambiguous future; just make the effort for the explicit present.
博客园
首页
新随笔
联系
订阅
管理
2021年11月26日
机器学习实战——kNN近邻算法
摘要:
1 #后期有时间我会逐行注释代码 from numpy import * 2 import operator 3 4 5 def creatDataSet(): 6 group = array([[1.0,1.1], 7 [1.0,1.0], 8 [0,0], 9 [0,0.1]]) 10 labe
阅读全文
posted @ 2021-11-26 17:16 justkeen
阅读(44)
评论(0)
推荐(0)
编辑
公告