File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ knn 算法按照距离最近的三部电影的类型,决定未知电影的类
98
98
99
99
> 收集数据:提供文本文件
100
100
101
- 海伦把这些约会对象的数据存放在文本文件 [ datingTestSet2.txt] ( db/2.KNN/datingTestSet2.txt ) 中,总共有 1000 行。海伦约会的对象主要包含以下 3 种特征:
101
+ 海伦把这些约会对象的数据存放在文本文件 [ datingTestSet2.txt] ( / db/2.KNN/datingTestSet2.txt) 中,总共有 1000 行。海伦约会的对象主要包含以下 3 种特征:
102
102
103
103
* 每年获得的飞行常客里程数
104
104
* 玩视频游戏所耗时间百分比
@@ -361,7 +361,7 @@ You will probably like this person: in small doses
361
361
362
362
> 收集数据: 提供文本文件
363
363
364
- 目录 [ trainingDigits] ( db/2.KNN/trainingDigits ) 中包含了大约 2000 个例子,每个例子内容如下图所示,每个数字大约有 200 个样本;目录 [ testDigits] ( db/2.KNN/testDigits ) 中包含了大约 900 个测试数据。
364
+ 目录 [ trainingDigits] ( / db/2.KNN/trainingDigits) 中包含了大约 2000 个例子,每个例子内容如下图所示,每个数字大约有 200 个样本;目录 [ testDigits] ( / db/2.KNN/testDigits) 中包含了大约 900 个测试数据。
365
365
366
366
![ 手写数字数据集的例子] ( /img/ml/2.KNN/knn_2_handWriting.png )
367
367
You can’t perform that action at this time.
0 commit comments