Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review01 #15

Merged
merged 3 commits into from
Sep 30, 2018
Merged

Review01 #15

merged 3 commits into from
Sep 30, 2018

Conversation

SmirkCao
Copy link
Owner

  1. 重写kNN
  2. 实现简单的搜索
  3. 增加测试案例

@@ -49,6 +52,14 @@ $$L_p(x_i, x_j)=\left(\sum_{l=1}^{n}{\left|x_{i}^{(l)}-x_{j}^{(l)}\right|^p}\rig
1. 前一点换个表达方式, 图中的点向量($x_1$, $x_2$)的p范数都为1
1. 图中包含多条曲线, 关于p=1并没有对称关系

这里要补充一点:

范数是对向量或者矩阵的度量,是一个标量,这个里面两个点之间的$L_p$距离可以认为是两个点坐标差值的p范数。
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个可以再深入下

@SmirkCao SmirkCao merged commit e273373 into master Sep 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant