Skip to content

Commit feafcc0

Browse files
committed
Deployed 6003070 with MkDocs version: 1.6.0
1 parent 70b40e2 commit feafcc0

File tree

6 files changed

+1855
-97
lines changed

6 files changed

+1855
-97
lines changed

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

课程笔记/大三上/模式识别/0基本概念/i/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@
16221622

16231623

16241624
<li class="md-nav__item">
1625-
<a href="../../../../../课程笔记/大三上/模式识别/3统计分类及其学习/i.md" class="md-nav__link">
1625+
<a href="../../3%E7%BB%9F%E8%AE%A1%E5%88%86%E7%B1%BB%E5%99%A8%E5%8F%8A%E5%85%B6%E5%AD%A6%E4%B9%A0/i/" class="md-nav__link">
16261626

16271627

16281628
<span class="md-ellipsis">

课程笔记/大三上/模式识别/1距离分类器/i/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1706,7 +1706,7 @@
17061706

17071707

17081708
<li class="md-nav__item">
1709-
<a href="../../../../../课程笔记/大三上/模式识别/3统计分类及其学习/i.md" class="md-nav__link">
1709+
<a href="../../3%E7%BB%9F%E8%AE%A1%E5%88%86%E7%B1%BB%E5%99%A8%E5%8F%8A%E5%85%B6%E5%AD%A6%E4%B9%A0/i/" class="md-nav__link">
17101710

17111711

17121712
<span class="md-ellipsis">
@@ -2114,7 +2114,7 @@ <h2 id="_7">距离度量<a class="headerlink" href="#_7" title="Permanent link">
21142114
<div class="arithmatex">\[d(\vec{x},\vec{y})=\left[\sum_{i=1}^{n}|x_i-y_i|^q\right]^{\frac{1}{q}}\]</div>
21152115
<p><img alt="" src="../image-2.png" /></p>
21162116
<p>马氏距离</p>
2117-
<div class="arithmatex">\[D(x,y)=\sqrt{(\vec{x}-\vec{y})^T(\vec{x}-\vec{y})}\]</div>
2117+
<div class="arithmatex">\[D(x,y)=\sqrt{(\vec{x}-\vec{y})^TC^{-1}(\vec{x}-\vec{y})}\]</div>
21182118
<blockquote>
21192119
<p>其中<span class="arithmatex">\(C=\frac{1}{n-1}\sum_{i=1}^{n}\left((x_i-\bar{x})(y_i-\bar{y})\right)^T\)</span>为多维特征协方差矩阵,如果各维特征独立同分布,那么马氏距离就是欧氏距离</p>
21202120
</blockquote>

课程笔记/大三上/模式识别/2模式识别系统/i/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link rel="prev" href="../../1%E8%B7%9D%E7%A6%BB%E5%88%86%E7%B1%BB%E5%99%A8/i/">
1313

1414

15-
<link rel="next" href="../../5%E7%89%B9%E5%BE%81%E6%8F%90%E5%8F%96/i/">
15+
<link rel="next" href="../../3%E7%BB%9F%E8%AE%A1%E5%88%86%E7%B1%BB%E5%99%A8%E5%8F%8A%E5%85%B6%E5%AD%A6%E4%B9%A0/i/">
1616

1717

1818
<link rel="icon" href="../../../../../assets/images/favicon.png">
@@ -1691,7 +1691,7 @@
16911691

16921692

16931693
<li class="md-nav__item">
1694-
<a href="../../../../../课程笔记/大三上/模式识别/3统计分类及其学习/i.md" class="md-nav__link">
1694+
<a href="../../3%E7%BB%9F%E8%AE%A1%E5%88%86%E7%B1%BB%E5%99%A8%E5%8F%8A%E5%85%B6%E5%AD%A6%E4%B9%A0/i/" class="md-nav__link">
16951695

16961696

16971697
<span class="md-ellipsis">
@@ -2180,13 +2180,13 @@ <h2 id="_10">误差分析<a class="headerlink" href="#_10" title="Permanent link
21802180

21812181

21822182

2183-
<a href="../../5%E7%89%B9%E5%BE%81%E6%8F%90%E5%8F%96/i/" class="md-footer__link md-footer__link--next" aria-label="下一页: 特征提取">
2183+
<a href="../../3%E7%BB%9F%E8%AE%A1%E5%88%86%E7%B1%BB%E5%99%A8%E5%8F%8A%E5%85%B6%E5%AD%A6%E4%B9%A0/i/" class="md-footer__link md-footer__link--next" aria-label="下一页: 统计分类器及其学习">
21842184
<div class="md-footer__title">
21852185
<span class="md-footer__direction">
21862186
下一页
21872187
</span>
21882188
<div class="md-ellipsis">
2189-
特征提取
2189+
统计分类器及其学习
21902190
</div>
21912191
</div>
21922192
<div class="md-footer__button md-icon">

0 commit comments

Comments
 (0)