File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ \subsubsection{常见的几种距离}
9898
9999\textbf {1. 欧氏距离 }
100100
101- 定义在两个向量(两个点 )上:点$ \mathbf {x}$ 和点$ \mathbf {y}$ 的欧氏距离为:
101+ 定义在两个向量(空间中的两个点 )上:点$ \mathbf {x}$ 和点$ \mathbf {y}$ 的欧氏距离为:
102102
103103\begin {equation }
104104 \label {eq-dist-eculidean }
@@ -112,14 +112,14 @@ \subsubsection{常见的几种距离}
112112
113113\begin {equation }
114114 \label {eq-dist-minkowski }
115- d_{Minkowski}=(|\mathbf {x}-\mathbf {y}|^p)^{1/p}
115+ d_{Minkowski}=(|| \mathbf {x}-\mathbf {y}| |^p)^{1/p}
116116\end {equation }
117117
118118当$ p=1 $ 时就是曼哈顿距离,当$ p=2 $ 时就是欧氏距离。
119119
120120\textbf {3. 马氏距离 }
121121
122- 定义在两个向量(两个点)上,这两个点在同一个分布里 。点$ \mathbf {x}$ 和点$ \mathbf {y}$ 的马氏距离为:
122+ 定义在两个向量(两个点)上,这两个数据在同一个分布里 。点$ \mathbf {x}$ 和点$ \mathbf {y}$ 的马氏距离为:
123123
124124\begin {equation }
125125 \label {eq-dist-maha }
Original file line number Diff line number Diff line change 109109 < li >
110110 第11章终身迁移学习中,试验2000种灯泡材料,不是爱因斯坦说的,是爱迪生说的。
111111 </ li >
112+
113+ < li >
114+ 第14页,公式4.3。闵可夫斯基距离公式应是范数||·||表示才对。
115+ </ li >
112116 </ ol >
113117 </ div >
114118 </ div >
You can’t perform that action at this time.
0 commit comments