-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
79 lines (43 loc) · 2.79 KB
/
atom.xml
File metadata and controls
79 lines (43 loc) · 2.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>秋橙子的博客</title>
<subtitle>心有猛虎 细嗅蔷薇</subtitle>
<link href="/atom.xml" rel="self"/>
<link href="https://qiuchenpro.github.io/"/>
<updated>2021-06-06T12:10:26.466Z</updated>
<id>https://qiuchenpro.github.io/</id>
<author>
<name>秋橙子</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title>数学分析模型(一):数据的无量纲处理方法及示例(附完整代码)</title>
<link href="https://qiuchenpro.github.io/2020/12/01/dimensionless-processing-of-data/"/>
<id>https://qiuchenpro.github.io/2020/12/01/dimensionless-processing-of-data/</id>
<published>2020-12-01T06:27:36.000Z</published>
<updated>2021-06-06T12:10:26.466Z</updated>
<summary type="html">
<p>在对实际问题建模过程中,特别是在建立指标评价体系时,常常会面临不同类型的数据处理及融合。而各个指标之间由于计量单位和数量级的不尽相同,从而使得各指标间不具有可比性。在数据分析之前,通常需要先将数据标准化,利用标准化后的数据进行分析。数据标准化处理主要包括同趋化处理和无量纲化
</summary>
<category term="数学建模" scheme="https://qiuchenpro.github.io/categories/%E6%95%B0%E5%AD%A6%E5%BB%BA%E6%A8%A1/"/>
<category term="数学分析模型" scheme="https://qiuchenpro.github.io/tags/%E6%95%B0%E5%AD%A6%E5%88%86%E6%9E%90%E6%A8%A1%E5%9E%8B/"/>
<category term="matlab" scheme="https://qiuchenpro.github.io/tags/matlab/"/>
</entry>
<entry>
<title>十大经典排序算法整理汇总(附代码)</title>
<link href="https://qiuchenpro.github.io/2020/02/16/sort-algorithms/"/>
<id>https://qiuchenpro.github.io/2020/02/16/sort-algorithms/</id>
<published>2020-02-16T07:09:23.000Z</published>
<updated>2021-06-06T12:10:42.042Z</updated>
<summary type="html">
<blockquote>
<p>关注公众号【做一个柔情的程序猿】,每日算法干货马上就来!</p>
</blockquote>
<p><img src="/medias/contact.jpg" alt></p>
<h2 id="前言"><a href="#前言"
</summary>
<category term="编程算法" scheme="https://qiuchenpro.github.io/categories/%E7%BC%96%E7%A8%8B%E7%AE%97%E6%B3%95/"/>
<category term="leetcode" scheme="https://qiuchenpro.github.io/tags/leetcode/"/>
<category term="算法" scheme="https://qiuchenpro.github.io/tags/%E7%AE%97%E6%B3%95/"/>
</entry>
</feed>