@things-factory/kpi 9.1.19 → 10.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/pages/kpi/kpi-list-page.ts +339 -525
- package/client/pages/kpi/kpi-tree-page.ts +135 -207
- package/client/pages/kpi-metric/kpi-metric-list-page.ts +146 -226
- package/client/pages/kpi-metric-value/kpi-metric-value-editor-page.ts +187 -295
- package/client/pages/kpi-metric-value/kpi-metric-value-list-page.ts +123 -194
- package/client/pages/kpi-metric-value/kpi-metric-value-manual-entry-page.ts +57 -91
- package/client/pages/kpi-statistic/kpi-statistic-editor-page.ts +180 -278
- package/client/pages/kpi-statistic/kpi-statistic-list-page.ts +186 -286
- package/client/pages/kpi-value/kpi-value-editor-page.ts +189 -292
- package/client/pages/kpi-value/kpi-value-list-page.ts +170 -264
- package/dist-client/pages/kpi/kpi-list-page.d.ts +0 -6
- package/dist-client/pages/kpi/kpi-list-page.js +150 -282
- package/dist-client/pages/kpi/kpi-list-page.js.map +1 -1
- package/dist-client/pages/kpi/kpi-tree-page.d.ts +1 -7
- package/dist-client/pages/kpi/kpi-tree-page.js +76 -127
- package/dist-client/pages/kpi/kpi-tree-page.js.map +1 -1
- package/dist-client/pages/kpi-metric/kpi-metric-list-page.d.ts +0 -6
- package/dist-client/pages/kpi-metric/kpi-metric-list-page.js +62 -116
- package/dist-client/pages/kpi-metric/kpi-metric-list-page.js.map +1 -1
- package/dist-client/pages/kpi-metric-value/kpi-metric-value-editor-page.d.ts +1 -7
- package/dist-client/pages/kpi-metric-value/kpi-metric-value-editor-page.js +82 -140
- package/dist-client/pages/kpi-metric-value/kpi-metric-value-editor-page.js.map +1 -1
- package/dist-client/pages/kpi-metric-value/kpi-metric-value-list-page.d.ts +0 -6
- package/dist-client/pages/kpi-metric-value/kpi-metric-value-list-page.js +54 -98
- package/dist-client/pages/kpi-metric-value/kpi-metric-value-list-page.js.map +1 -1
- package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-page.d.ts +1 -7
- package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-page.js +30 -57
- package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-page.js.map +1 -1
- package/dist-client/pages/kpi-statistic/kpi-statistic-editor-page.d.ts +1 -7
- package/dist-client/pages/kpi-statistic/kpi-statistic-editor-page.js +91 -153
- package/dist-client/pages/kpi-statistic/kpi-statistic-editor-page.js.map +1 -1
- package/dist-client/pages/kpi-statistic/kpi-statistic-list-page.d.ts +0 -6
- package/dist-client/pages/kpi-statistic/kpi-statistic-list-page.js +81 -155
- package/dist-client/pages/kpi-statistic/kpi-statistic-list-page.js.map +1 -1
- package/dist-client/pages/kpi-value/kpi-value-editor-page.d.ts +1 -7
- package/dist-client/pages/kpi-value/kpi-value-editor-page.js +80 -136
- package/dist-client/pages/kpi-value/kpi-value-editor-page.js.map +1 -1
- package/dist-client/pages/kpi-value/kpi-value-list-page.d.ts +0 -6
- package/dist-client/pages/kpi-value/kpi-value-list-page.js +73 -134
- package/dist-client/pages/kpi-value/kpi-value-list-page.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/service/index.d.ts +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +18 -18
- package/client/tsconfig.json +0 -11
- package/dist-server/tsconfig.json +0 -10
- package/server/@types/index.d.ts +0 -11
- package/server/calculator/evaluator.ts +0 -45
- package/server/calculator/functions.ts +0 -67
- package/server/calculator/index.ts +0 -4
- package/server/calculator/parser.ts +0 -137
- package/server/calculator/provider.ts +0 -10
- package/server/controllers/index.ts +0 -2
- package/server/controllers/kpi-metric-value-provider.ts +0 -79
- package/server/controllers/kpi-value-provider.ts +0 -51
- package/server/index.ts +0 -6
- package/server/migrations/1752190849680-seed-kpi-metrics.ts +0 -124
- package/server/migrations/1752190849681-seed-kpi.ts +0 -356
- package/server/migrations/1752192090123-add-grades-to-kpi.ts +0 -67
- package/server/migrations/1752192090124-add-kpi-statistics.ts +0 -719
- package/server/migrations/1752192090128-seed-kpi-org-scope.ts +0 -132
- package/server/migrations/1752192090129-seed-kpi-values.ts +0 -207
- package/server/migrations/grade-data/x11-performance-table.json +0 -962
- package/server/migrations/grade-data/x12-performance-table.json +0 -611
- package/server/migrations/grade-data/x14-performance-table.json +0 -42
- package/server/migrations/grade-data/x21-performance-table.json +0 -889
- package/server/migrations/grade-data/x22-performance-table.json +0 -1064
- package/server/migrations/grade-data/x23-performance-table.json +0 -42
- package/server/migrations/grade-data/x31-performance-table.json +0 -644
- package/server/migrations/grade-data/x32-performance-table.json +0 -993
- package/server/migrations/grade-data/x33-performance-table.json +0 -195
- package/server/migrations/grade-data/x34-performance-table.json +0 -12
- package/server/migrations/grade-data/x35-performance-table.json +0 -42
- package/server/migrations/grade-data/x41-performance-table.json +0 -825
- package/server/migrations/grade-data/x42-performance-table.json +0 -786
- package/server/migrations/grade-data/x43-performance-table.json +0 -12
- package/server/migrations/grade-data/x44-performance-table.json +0 -42
- package/server/migrations/grade-data/x51-performance-table.json +0 -924
- package/server/migrations/grade-data/x52-performance-table.json +0 -42
- package/server/migrations/grade-data/x61-performance-table.json +0 -261
- package/server/migrations/grade-data/x62-performance-table.json +0 -42
- package/server/migrations/index.ts +0 -9
- package/server/migrations/seed-data/kpi-metrics-seed.json +0 -454
- package/server/migrations/seed-data/kpi-org-scope-seed.json +0 -1676
- package/server/migrations/seed-data/kpi-scopes-seed.json +0 -121
- package/server/migrations/seed-data/kpi-values-seed.json +0 -402
- package/server/migrations/seed-data/kpis-seed.json +0 -488
- package/server/migrations/seed-data/scope-definitions-seed.json +0 -90
- package/server/routes.ts +0 -81
- package/server/service/index.ts +0 -51
- package/server/service/kpi/aggregate-kpi.ts +0 -103
- package/server/service/kpi/event-subscriber.ts +0 -29
- package/server/service/kpi/index.ts +0 -9
- package/server/service/kpi/kpi-formula.service.ts +0 -164
- package/server/service/kpi/kpi-grade.types.ts +0 -28
- package/server/service/kpi/kpi-history.ts +0 -126
- package/server/service/kpi/kpi-mutation.ts +0 -553
- package/server/service/kpi/kpi-query.ts +0 -224
- package/server/service/kpi/kpi-type.ts +0 -151
- package/server/service/kpi/kpi.ts +0 -254
- package/server/service/kpi-alert/index.ts +0 -3
- package/server/service/kpi-alert/kpi-alert-query.ts +0 -59
- package/server/service/kpi-alert/kpi-alert-type.ts +0 -20
- package/server/service/kpi-metric/aggregate-kpi-metric.ts +0 -132
- package/server/service/kpi-metric/index.ts +0 -7
- package/server/service/kpi-metric/kpi-metric-mutation.ts +0 -309
- package/server/service/kpi-metric/kpi-metric-query.ts +0 -70
- package/server/service/kpi-metric/kpi-metric-type.ts +0 -111
- package/server/service/kpi-metric/kpi-metric.ts +0 -134
- package/server/service/kpi-metric-value/index.ts +0 -7
- package/server/service/kpi-metric-value/kpi-metric-value-mutation.ts +0 -270
- package/server/service/kpi-metric-value/kpi-metric-value-query.ts +0 -62
- package/server/service/kpi-metric-value/kpi-metric-value-type.ts +0 -82
- package/server/service/kpi-metric-value/kpi-metric-value.ts +0 -93
- package/server/service/kpi-org-scope/index.ts +0 -6
- package/server/service/kpi-org-scope/kpi-org-scope-mutation.ts +0 -173
- package/server/service/kpi-org-scope/kpi-org-scope-query.ts +0 -127
- package/server/service/kpi-org-scope/kpi-org-scope-type.ts +0 -68
- package/server/service/kpi-org-scope/kpi-org-scope.ts +0 -123
- package/server/service/kpi-scope/index.ts +0 -11
- package/server/service/kpi-scope/kpi-scope-mutation.ts +0 -129
- package/server/service/kpi-scope/kpi-scope-query.ts +0 -63
- package/server/service/kpi-scope/kpi-scope-type.ts +0 -96
- package/server/service/kpi-scope/kpi-scope.ts +0 -143
- package/server/service/kpi-statistic/index.ts +0 -7
- package/server/service/kpi-statistic/kpi-statistic-batch.service.ts +0 -231
- package/server/service/kpi-statistic/kpi-statistic-calculation.service.ts +0 -410
- package/server/service/kpi-statistic/kpi-statistic-mutation.ts +0 -291
- package/server/service/kpi-statistic/kpi-statistic-query.ts +0 -146
- package/server/service/kpi-statistic/kpi-statistic-type.ts +0 -152
- package/server/service/kpi-statistic/kpi-statistic.ts +0 -199
- package/server/service/kpi-value/index.ts +0 -7
- package/server/service/kpi-value/kpi-value-mutation.ts +0 -432
- package/server/service/kpi-value/kpi-value-query.ts +0 -61
- package/server/service/kpi-value/kpi-value-score.service.ts +0 -106
- package/server/service/kpi-value/kpi-value-type.ts +0 -122
- package/server/service/kpi-value/kpi-value.ts +0 -160
- package/server/service/utils/value-date-util.ts +0 -119
- package/server/tsconfig.json +0 -10
- package/server/types/global.d.ts +0 -8
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"kpiName": "비용성과 수준 평가",
|
|
3
|
-
"version": 1,
|
|
4
|
-
"description": "X23값 기반 등급 테이블 - 비용관리의 적정성, 계획 대비 실행 비용을 고려한 월 또는 분기의 관리 활동에 대해 종합적으로 평가",
|
|
5
|
-
"grades": [
|
|
6
|
-
{
|
|
7
|
-
"name": "1점",
|
|
8
|
-
"minValue": 0,
|
|
9
|
-
"maxValue": 1,
|
|
10
|
-
"score": 1,
|
|
11
|
-
"description": "공사비 변동과 민원 등이 없었음에도 공사비 관리가 일부 미흡함."
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"name": "2점",
|
|
15
|
-
"minValue": 1,
|
|
16
|
-
"maxValue": 2,
|
|
17
|
-
"score": 2,
|
|
18
|
-
"description": "공사비 변동과 민원 등이 발생하여 공사비 관리가 일부 미흡함."
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"name": "3점",
|
|
22
|
-
"minValue": 2,
|
|
23
|
-
"maxValue": 3,
|
|
24
|
-
"score": 3,
|
|
25
|
-
"description": "공사비 변동과 민원 등이 없는 상황에서 공사비 관리를 훌륭하게 수행함."
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"name": "4점",
|
|
29
|
-
"minValue": 3,
|
|
30
|
-
"maxValue": 4,
|
|
31
|
-
"score": 4,
|
|
32
|
-
"description": "공사비 변동과 민원 등이 발생했지만 공사비 관리를 적정하게 수행함."
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"name": "5점",
|
|
36
|
-
"minValue": 4,
|
|
37
|
-
"maxValue": 999,
|
|
38
|
-
"score": 5,
|
|
39
|
-
"description": "공사비 변동과 민원 등이 발생했지만 공사비 관리를 매우 훌륭하게 수행함."
|
|
40
|
-
}
|
|
41
|
-
]
|
|
42
|
-
}
|
|
@@ -1,644 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"kpiName": "품질시험 불합격률",
|
|
3
|
-
"version": 1,
|
|
4
|
-
"description": "x31값 기반 등급 테이블 - x31값 0부터 0.375까지 0.0025 단위로 증가하는 값에 대한 성과값 매핑",
|
|
5
|
-
"grades": [
|
|
6
|
-
{ "name": "0.999999", "minValue": 0, "maxValue": 0.0025, "score": 0.999999, "description": "x31값 0~0.0025" },
|
|
7
|
-
{
|
|
8
|
-
"name": "0.930629165",
|
|
9
|
-
"minValue": 0.0025,
|
|
10
|
-
"maxValue": 0.005,
|
|
11
|
-
"score": 0.930629165,
|
|
12
|
-
"description": "x31값 0.0025~0.005"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "0.86125933",
|
|
16
|
-
"minValue": 0.005,
|
|
17
|
-
"maxValue": 0.0075,
|
|
18
|
-
"score": 0.86125933,
|
|
19
|
-
"description": "x31값 0.005~0.0075"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"name": "0.791889495",
|
|
23
|
-
"minValue": 0.0075,
|
|
24
|
-
"maxValue": 0.01,
|
|
25
|
-
"score": 0.791889495,
|
|
26
|
-
"description": "x31값 0.0075~0.01"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "0.72251966",
|
|
30
|
-
"minValue": 0.01,
|
|
31
|
-
"maxValue": 0.0125,
|
|
32
|
-
"score": 0.72251966,
|
|
33
|
-
"description": "x31값 0.01~0.0125"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"name": "0.653149825",
|
|
37
|
-
"minValue": 0.0125,
|
|
38
|
-
"maxValue": 0.015,
|
|
39
|
-
"score": 0.653149825,
|
|
40
|
-
"description": "x31값 0.0125~0.015"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "0.627504608",
|
|
44
|
-
"minValue": 0.015,
|
|
45
|
-
"maxValue": 0.0175,
|
|
46
|
-
"score": 0.627504608,
|
|
47
|
-
"description": "x31값 0.015~0.0175"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"name": "0.601859391",
|
|
51
|
-
"minValue": 0.0175,
|
|
52
|
-
"maxValue": 0.02,
|
|
53
|
-
"score": 0.601859391,
|
|
54
|
-
"description": "x31값 0.0175~0.02"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"name": "0.576214174",
|
|
58
|
-
"minValue": 0.02,
|
|
59
|
-
"maxValue": 0.0225,
|
|
60
|
-
"score": 0.576214174,
|
|
61
|
-
"description": "x31값 0.02~0.0225"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"name": "0.550568957",
|
|
65
|
-
"minValue": 0.0225,
|
|
66
|
-
"maxValue": 0.025,
|
|
67
|
-
"score": 0.550568957,
|
|
68
|
-
"description": "x31값 0.0225~0.025"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"name": "0.52492374",
|
|
72
|
-
"minValue": 0.025,
|
|
73
|
-
"maxValue": 0.0275,
|
|
74
|
-
"score": 0.52492374,
|
|
75
|
-
"description": "x31값 0.025~0.0275"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"name": "0.510595131",
|
|
79
|
-
"minValue": 0.0275,
|
|
80
|
-
"maxValue": 0.03,
|
|
81
|
-
"score": 0.510595131,
|
|
82
|
-
"description": "x31값 0.0275~0.03"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"name": "0.496266522",
|
|
86
|
-
"minValue": 0.03,
|
|
87
|
-
"maxValue": 0.0325,
|
|
88
|
-
"score": 0.496266522,
|
|
89
|
-
"description": "x31값 0.03~0.0325"
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"name": "0.481937913",
|
|
93
|
-
"minValue": 0.0325,
|
|
94
|
-
"maxValue": 0.035,
|
|
95
|
-
"score": 0.481937913,
|
|
96
|
-
"description": "x31값 0.0325~0.035"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"name": "0.467609304",
|
|
100
|
-
"minValue": 0.035,
|
|
101
|
-
"maxValue": 0.0375,
|
|
102
|
-
"score": 0.467609304,
|
|
103
|
-
"description": "x31값 0.035~0.0375"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"name": "0.453280695",
|
|
107
|
-
"minValue": 0.0375,
|
|
108
|
-
"maxValue": 0.04,
|
|
109
|
-
"score": 0.453280695,
|
|
110
|
-
"description": "x31값 0.0375~0.04"
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"name": "0.44556139",
|
|
114
|
-
"minValue": 0.04,
|
|
115
|
-
"maxValue": 0.0425,
|
|
116
|
-
"score": 0.44556139,
|
|
117
|
-
"description": "x31값 0.04~0.0425"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"name": "0.437842085",
|
|
121
|
-
"minValue": 0.0425,
|
|
122
|
-
"maxValue": 0.045,
|
|
123
|
-
"score": 0.437842085,
|
|
124
|
-
"description": "x31값 0.0425~0.045"
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"name": "0.43012278",
|
|
128
|
-
"minValue": 0.045,
|
|
129
|
-
"maxValue": 0.0475,
|
|
130
|
-
"score": 0.43012278,
|
|
131
|
-
"description": "x31값 0.045~0.0475"
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"name": "0.422403475",
|
|
135
|
-
"minValue": 0.0475,
|
|
136
|
-
"maxValue": 0.05,
|
|
137
|
-
"score": 0.422403475,
|
|
138
|
-
"description": "x31값 0.0475~0.05"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"name": "0.41468417",
|
|
142
|
-
"minValue": 0.05,
|
|
143
|
-
"maxValue": 0.0525,
|
|
144
|
-
"score": 0.41468417,
|
|
145
|
-
"description": "x31값 0.05~0.0525"
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"name": "0.407154",
|
|
149
|
-
"minValue": 0.0525,
|
|
150
|
-
"maxValue": 0.055,
|
|
151
|
-
"score": 0.407154,
|
|
152
|
-
"description": "x31값 0.0525~0.055"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"name": "0.399623",
|
|
156
|
-
"minValue": 0.055,
|
|
157
|
-
"maxValue": 0.0575,
|
|
158
|
-
"score": 0.399623,
|
|
159
|
-
"description": "x31값 0.055~0.0575"
|
|
160
|
-
},
|
|
161
|
-
{ "name": "0.392092", "minValue": 0.0575, "maxValue": 0.06, "score": 0.392092, "description": "x31값 0.0575~0.06" },
|
|
162
|
-
{ "name": "0.38456", "minValue": 0.06, "maxValue": 0.0625, "score": 0.38456, "description": "x31값 0.06~0.0625" },
|
|
163
|
-
{
|
|
164
|
-
"name": "0.377029",
|
|
165
|
-
"minValue": 0.0625,
|
|
166
|
-
"maxValue": 0.065,
|
|
167
|
-
"score": 0.377029,
|
|
168
|
-
"description": "x31값 0.0625~0.065"
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"name": "0.369765",
|
|
172
|
-
"minValue": 0.065,
|
|
173
|
-
"maxValue": 0.0675,
|
|
174
|
-
"score": 0.369765,
|
|
175
|
-
"description": "x31값 0.065~0.0675"
|
|
176
|
-
},
|
|
177
|
-
{ "name": "0.362502", "minValue": 0.0675, "maxValue": 0.07, "score": 0.362502, "description": "x31값 0.0675~0.07" },
|
|
178
|
-
{ "name": "0.355238", "minValue": 0.07, "maxValue": 0.0725, "score": 0.355238, "description": "x31값 0.07~0.0725" },
|
|
179
|
-
{
|
|
180
|
-
"name": "0.347975",
|
|
181
|
-
"minValue": 0.0725,
|
|
182
|
-
"maxValue": 0.075,
|
|
183
|
-
"score": 0.347975,
|
|
184
|
-
"description": "x31값 0.0725~0.075"
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"name": "0.340711",
|
|
188
|
-
"minValue": 0.075,
|
|
189
|
-
"maxValue": 0.0775,
|
|
190
|
-
"score": 0.340711,
|
|
191
|
-
"description": "x31값 0.075~0.0775"
|
|
192
|
-
},
|
|
193
|
-
{ "name": "0.333783", "minValue": 0.0775, "maxValue": 0.08, "score": 0.333783, "description": "x31값 0.0775~0.08" },
|
|
194
|
-
{ "name": "0.326855", "minValue": 0.08, "maxValue": 0.0825, "score": 0.326855, "description": "x31값 0.08~0.0825" },
|
|
195
|
-
{
|
|
196
|
-
"name": "0.319927",
|
|
197
|
-
"minValue": 0.0825,
|
|
198
|
-
"maxValue": 0.085,
|
|
199
|
-
"score": 0.319927,
|
|
200
|
-
"description": "x31값 0.0825~0.085"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"name": "0.312999",
|
|
204
|
-
"minValue": 0.085,
|
|
205
|
-
"maxValue": 0.0875,
|
|
206
|
-
"score": 0.312999,
|
|
207
|
-
"description": "x31값 0.085~0.0875"
|
|
208
|
-
},
|
|
209
|
-
{ "name": "0.306072", "minValue": 0.0875, "maxValue": 0.09, "score": 0.306072, "description": "x31값 0.0875~0.09" },
|
|
210
|
-
{ "name": "0.299534", "minValue": 0.09, "maxValue": 0.0925, "score": 0.299534, "description": "x31값 0.09~0.0925" },
|
|
211
|
-
{
|
|
212
|
-
"name": "0.292996",
|
|
213
|
-
"minValue": 0.0925,
|
|
214
|
-
"maxValue": 0.095,
|
|
215
|
-
"score": 0.292996,
|
|
216
|
-
"description": "x31값 0.0925~0.095"
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"name": "0.286458",
|
|
220
|
-
"minValue": 0.095,
|
|
221
|
-
"maxValue": 0.0975,
|
|
222
|
-
"score": 0.286458,
|
|
223
|
-
"description": "x31값 0.095~0.0975"
|
|
224
|
-
},
|
|
225
|
-
{ "name": "0.279921", "minValue": 0.0975, "maxValue": 0.1, "score": 0.279921, "description": "x31값 0.0975~0.1" },
|
|
226
|
-
{ "name": "0.273383", "minValue": 0.1, "maxValue": 0.1025, "score": 0.273383, "description": "x31값 0.1~0.1025" },
|
|
227
|
-
{
|
|
228
|
-
"name": "0.267275",
|
|
229
|
-
"minValue": 0.1025,
|
|
230
|
-
"maxValue": 0.105,
|
|
231
|
-
"score": 0.267275,
|
|
232
|
-
"description": "x31값 0.1025~0.105"
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"name": "0.261167",
|
|
236
|
-
"minValue": 0.105,
|
|
237
|
-
"maxValue": 0.1075,
|
|
238
|
-
"score": 0.261167,
|
|
239
|
-
"description": "x31값 0.105~0.1075"
|
|
240
|
-
},
|
|
241
|
-
{ "name": "0.255059", "minValue": 0.1075, "maxValue": 0.11, "score": 0.255059, "description": "x31값 0.1075~0.11" },
|
|
242
|
-
{ "name": "0.248951", "minValue": 0.11, "maxValue": 0.1125, "score": 0.248951, "description": "x31값 0.11~0.1125" },
|
|
243
|
-
{
|
|
244
|
-
"name": "0.242843",
|
|
245
|
-
"minValue": 0.1125,
|
|
246
|
-
"maxValue": 0.115,
|
|
247
|
-
"score": 0.242843,
|
|
248
|
-
"description": "x31값 0.1125~0.115"
|
|
249
|
-
},
|
|
250
|
-
{ "name": "0.23719", "minValue": 0.115, "maxValue": 0.1175, "score": 0.23719, "description": "x31값 0.115~0.1175" },
|
|
251
|
-
{ "name": "0.231537", "minValue": 0.1175, "maxValue": 0.12, "score": 0.231537, "description": "x31값 0.1175~0.12" },
|
|
252
|
-
{ "name": "0.225884", "minValue": 0.12, "maxValue": 0.1225, "score": 0.225884, "description": "x31값 0.12~0.1225" },
|
|
253
|
-
{
|
|
254
|
-
"name": "0.220231",
|
|
255
|
-
"minValue": 0.1225,
|
|
256
|
-
"maxValue": 0.125,
|
|
257
|
-
"score": 0.220231,
|
|
258
|
-
"description": "x31값 0.1225~0.125"
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"name": "0.214578",
|
|
262
|
-
"minValue": 0.125,
|
|
263
|
-
"maxValue": 0.1275,
|
|
264
|
-
"score": 0.214578,
|
|
265
|
-
"description": "x31값 0.125~0.1275"
|
|
266
|
-
},
|
|
267
|
-
{ "name": "0.209391", "minValue": 0.1275, "maxValue": 0.13, "score": 0.209391, "description": "x31값 0.1275~0.13" },
|
|
268
|
-
{ "name": "0.204204", "minValue": 0.13, "maxValue": 0.1325, "score": 0.204204, "description": "x31값 0.13~0.1325" },
|
|
269
|
-
{
|
|
270
|
-
"name": "0.199017",
|
|
271
|
-
"minValue": 0.1325,
|
|
272
|
-
"maxValue": 0.135,
|
|
273
|
-
"score": 0.199017,
|
|
274
|
-
"description": "x31값 0.1325~0.135"
|
|
275
|
-
},
|
|
276
|
-
{ "name": "0.19383", "minValue": 0.135, "maxValue": 0.1375, "score": 0.19383, "description": "x31값 0.135~0.1375" },
|
|
277
|
-
{ "name": "0.188643", "minValue": 0.1375, "maxValue": 0.14, "score": 0.188643, "description": "x31값 0.1375~0.14" },
|
|
278
|
-
{ "name": "0.183921", "minValue": 0.14, "maxValue": 0.1425, "score": 0.183921, "description": "x31값 0.14~0.1425" },
|
|
279
|
-
{ "name": "0.1792", "minValue": 0.1425, "maxValue": 0.145, "score": 0.1792, "description": "x31값 0.1425~0.145" },
|
|
280
|
-
{
|
|
281
|
-
"name": "0.174478",
|
|
282
|
-
"minValue": 0.145,
|
|
283
|
-
"maxValue": 0.1475,
|
|
284
|
-
"score": 0.174478,
|
|
285
|
-
"description": "x31값 0.145~0.1475"
|
|
286
|
-
},
|
|
287
|
-
{ "name": "0.169757", "minValue": 0.1475, "maxValue": 0.15, "score": 0.169757, "description": "x31값 0.1475~0.15" },
|
|
288
|
-
{ "name": "0.165036", "minValue": 0.15, "maxValue": 0.1525, "score": 0.165036, "description": "x31값 0.15~0.1525" },
|
|
289
|
-
{
|
|
290
|
-
"name": "0.160769",
|
|
291
|
-
"minValue": 0.1525,
|
|
292
|
-
"maxValue": 0.155,
|
|
293
|
-
"score": 0.160769,
|
|
294
|
-
"description": "x31값 0.1525~0.155"
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"name": "0.156502",
|
|
298
|
-
"minValue": 0.155,
|
|
299
|
-
"maxValue": 0.1575,
|
|
300
|
-
"score": 0.156502,
|
|
301
|
-
"description": "x31값 0.155~0.1575"
|
|
302
|
-
},
|
|
303
|
-
{ "name": "0.152236", "minValue": 0.1575, "maxValue": 0.16, "score": 0.152236, "description": "x31값 0.1575~0.16" },
|
|
304
|
-
{ "name": "0.147969", "minValue": 0.16, "maxValue": 0.1625, "score": 0.147969, "description": "x31값 0.16~0.1625" },
|
|
305
|
-
{
|
|
306
|
-
"name": "0.143702",
|
|
307
|
-
"minValue": 0.1625,
|
|
308
|
-
"maxValue": 0.165,
|
|
309
|
-
"score": 0.143702,
|
|
310
|
-
"description": "x31값 0.1625~0.165"
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"name": "0.139872",
|
|
314
|
-
"minValue": 0.165,
|
|
315
|
-
"maxValue": 0.1675,
|
|
316
|
-
"score": 0.139872,
|
|
317
|
-
"description": "x31값 0.165~0.1675"
|
|
318
|
-
},
|
|
319
|
-
{ "name": "0.136042", "minValue": 0.1675, "maxValue": 0.17, "score": 0.136042, "description": "x31값 0.1675~0.17" },
|
|
320
|
-
{ "name": "0.132211", "minValue": 0.17, "maxValue": 0.1725, "score": 0.132211, "description": "x31값 0.17~0.1725" },
|
|
321
|
-
{
|
|
322
|
-
"name": "0.128381",
|
|
323
|
-
"minValue": 0.1725,
|
|
324
|
-
"maxValue": 0.175,
|
|
325
|
-
"score": 0.128381,
|
|
326
|
-
"description": "x31값 0.1725~0.175"
|
|
327
|
-
},
|
|
328
|
-
{ "name": "0.12455", "minValue": 0.175, "maxValue": 0.1775, "score": 0.12455, "description": "x31값 0.175~0.1775" },
|
|
329
|
-
{ "name": "0.121132", "minValue": 0.1775, "maxValue": 0.18, "score": 0.121132, "description": "x31값 0.1775~0.18" },
|
|
330
|
-
{ "name": "0.117713", "minValue": 0.18, "maxValue": 0.1825, "score": 0.117713, "description": "x31값 0.18~0.1825" },
|
|
331
|
-
{
|
|
332
|
-
"name": "0.114294",
|
|
333
|
-
"minValue": 0.1825,
|
|
334
|
-
"maxValue": 0.185,
|
|
335
|
-
"score": 0.114294,
|
|
336
|
-
"description": "x31값 0.1825~0.185"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"name": "0.110876",
|
|
340
|
-
"minValue": 0.185,
|
|
341
|
-
"maxValue": 0.1875,
|
|
342
|
-
"score": 0.110876,
|
|
343
|
-
"description": "x31값 0.185~0.1875"
|
|
344
|
-
},
|
|
345
|
-
{ "name": "0.107457", "minValue": 0.1875, "maxValue": 0.19, "score": 0.107457, "description": "x31값 0.1875~0.19" },
|
|
346
|
-
{ "name": "0.104422", "minValue": 0.19, "maxValue": 0.1925, "score": 0.104422, "description": "x31값 0.19~0.1925" },
|
|
347
|
-
{
|
|
348
|
-
"name": "0.101387",
|
|
349
|
-
"minValue": 0.1925,
|
|
350
|
-
"maxValue": 0.195,
|
|
351
|
-
"score": 0.101387,
|
|
352
|
-
"description": "x31값 0.1925~0.195"
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"name": "0.098352",
|
|
356
|
-
"minValue": 0.195,
|
|
357
|
-
"maxValue": 0.1975,
|
|
358
|
-
"score": 0.098352,
|
|
359
|
-
"description": "x31값 0.195~0.1975"
|
|
360
|
-
},
|
|
361
|
-
{ "name": "0.095317", "minValue": 0.1975, "maxValue": 0.2, "score": 0.095317, "description": "x31값 0.1975~0.2" },
|
|
362
|
-
{ "name": "0.092282", "minValue": 0.2, "maxValue": 0.2025, "score": 0.092282, "description": "x31값 0.2~0.2025" },
|
|
363
|
-
{ "name": "0.0896", "minValue": 0.2025, "maxValue": 0.205, "score": 0.0896, "description": "x31값 0.2025~0.205" },
|
|
364
|
-
{
|
|
365
|
-
"name": "0.086918",
|
|
366
|
-
"minValue": 0.205,
|
|
367
|
-
"maxValue": 0.2075,
|
|
368
|
-
"score": 0.086918,
|
|
369
|
-
"description": "x31값 0.205~0.2075"
|
|
370
|
-
},
|
|
371
|
-
{ "name": "0.084236", "minValue": 0.2075, "maxValue": 0.21, "score": 0.084236, "description": "x31값 0.2075~0.21" },
|
|
372
|
-
{ "name": "0.081554", "minValue": 0.21, "maxValue": 0.2125, "score": 0.081554, "description": "x31값 0.21~0.2125" },
|
|
373
|
-
{
|
|
374
|
-
"name": "0.078872",
|
|
375
|
-
"minValue": 0.2125,
|
|
376
|
-
"maxValue": 0.215,
|
|
377
|
-
"score": 0.078872,
|
|
378
|
-
"description": "x31값 0.2125~0.215"
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
"name": "0.076512",
|
|
382
|
-
"minValue": 0.215,
|
|
383
|
-
"maxValue": 0.2175,
|
|
384
|
-
"score": 0.076512,
|
|
385
|
-
"description": "x31값 0.215~0.2175"
|
|
386
|
-
},
|
|
387
|
-
{ "name": "0.074152", "minValue": 0.2175, "maxValue": 0.22, "score": 0.074152, "description": "x31값 0.2175~0.22" },
|
|
388
|
-
{ "name": "0.071792", "minValue": 0.22, "maxValue": 0.2225, "score": 0.071792, "description": "x31값 0.22~0.2225" },
|
|
389
|
-
{
|
|
390
|
-
"name": "0.069431",
|
|
391
|
-
"minValue": 0.2225,
|
|
392
|
-
"maxValue": 0.225,
|
|
393
|
-
"score": 0.069431,
|
|
394
|
-
"description": "x31값 0.2225~0.225"
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
"name": "0.067071",
|
|
398
|
-
"minValue": 0.225,
|
|
399
|
-
"maxValue": 0.2275,
|
|
400
|
-
"score": 0.067071,
|
|
401
|
-
"description": "x31값 0.225~0.2275"
|
|
402
|
-
},
|
|
403
|
-
{ "name": "0.065002", "minValue": 0.2275, "maxValue": 0.23, "score": 0.065002, "description": "x31값 0.2275~0.23" },
|
|
404
|
-
{ "name": "0.062932", "minValue": 0.23, "maxValue": 0.2325, "score": 0.062932, "description": "x31값 0.23~0.2325" },
|
|
405
|
-
{
|
|
406
|
-
"name": "0.060863",
|
|
407
|
-
"minValue": 0.2325,
|
|
408
|
-
"maxValue": 0.235,
|
|
409
|
-
"score": 0.060863,
|
|
410
|
-
"description": "x31값 0.2325~0.235"
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"name": "0.058793",
|
|
414
|
-
"minValue": 0.235,
|
|
415
|
-
"maxValue": 0.2375,
|
|
416
|
-
"score": 0.058793,
|
|
417
|
-
"description": "x31값 0.235~0.2375"
|
|
418
|
-
},
|
|
419
|
-
{ "name": "0.056724", "minValue": 0.2375, "maxValue": 0.24, "score": 0.056724, "description": "x31값 0.2375~0.24" },
|
|
420
|
-
{ "name": "0.054915", "minValue": 0.24, "maxValue": 0.2425, "score": 0.054915, "description": "x31값 0.24~0.2425" },
|
|
421
|
-
{
|
|
422
|
-
"name": "0.053106",
|
|
423
|
-
"minValue": 0.2425,
|
|
424
|
-
"maxValue": 0.245,
|
|
425
|
-
"score": 0.053106,
|
|
426
|
-
"description": "x31값 0.2425~0.245"
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
"name": "0.051297",
|
|
430
|
-
"minValue": 0.245,
|
|
431
|
-
"maxValue": 0.2475,
|
|
432
|
-
"score": 0.051297,
|
|
433
|
-
"description": "x31값 0.245~0.2475"
|
|
434
|
-
},
|
|
435
|
-
{ "name": "0.049488", "minValue": 0.2475, "maxValue": 0.25, "score": 0.049488, "description": "x31값 0.2475~0.25" },
|
|
436
|
-
{ "name": "0.047679", "minValue": 0.25, "maxValue": 0.2525, "score": 0.047679, "description": "x31값 0.25~0.2525" },
|
|
437
|
-
{
|
|
438
|
-
"name": "0.046103",
|
|
439
|
-
"minValue": 0.2525,
|
|
440
|
-
"maxValue": 0.255,
|
|
441
|
-
"score": 0.046103,
|
|
442
|
-
"description": "x31값 0.2525~0.255"
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"name": "0.044526",
|
|
446
|
-
"minValue": 0.255,
|
|
447
|
-
"maxValue": 0.2575,
|
|
448
|
-
"score": 0.044526,
|
|
449
|
-
"description": "x31값 0.255~0.2575"
|
|
450
|
-
},
|
|
451
|
-
{ "name": "0.04295", "minValue": 0.2575, "maxValue": 0.26, "score": 0.04295, "description": "x31값 0.2575~0.26" },
|
|
452
|
-
{ "name": "0.041373", "minValue": 0.26, "maxValue": 0.2625, "score": 0.041373, "description": "x31값 0.26~0.2625" },
|
|
453
|
-
{
|
|
454
|
-
"name": "0.039797",
|
|
455
|
-
"minValue": 0.2625,
|
|
456
|
-
"maxValue": 0.265,
|
|
457
|
-
"score": 0.039797,
|
|
458
|
-
"description": "x31값 0.2625~0.265"
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"name": "0.038426",
|
|
462
|
-
"minValue": 0.265,
|
|
463
|
-
"maxValue": 0.2675,
|
|
464
|
-
"score": 0.038426,
|
|
465
|
-
"description": "x31값 0.265~0.2675"
|
|
466
|
-
},
|
|
467
|
-
{ "name": "0.037055", "minValue": 0.2675, "maxValue": 0.27, "score": 0.037055, "description": "x31값 0.2675~0.27" },
|
|
468
|
-
{ "name": "0.035684", "minValue": 0.27, "maxValue": 0.2725, "score": 0.035684, "description": "x31값 0.27~0.2725" },
|
|
469
|
-
{
|
|
470
|
-
"name": "0.034313",
|
|
471
|
-
"minValue": 0.2725,
|
|
472
|
-
"maxValue": 0.275,
|
|
473
|
-
"score": 0.034313,
|
|
474
|
-
"description": "x31값 0.2725~0.275"
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"name": "0.032942",
|
|
478
|
-
"minValue": 0.275,
|
|
479
|
-
"maxValue": 0.2775,
|
|
480
|
-
"score": 0.032942,
|
|
481
|
-
"description": "x31값 0.275~0.2775"
|
|
482
|
-
},
|
|
483
|
-
{ "name": "0.031753", "minValue": 0.2775, "maxValue": 0.28, "score": 0.031753, "description": "x31값 0.2775~0.28" },
|
|
484
|
-
{ "name": "0.030563", "minValue": 0.28, "maxValue": 0.2825, "score": 0.030563, "description": "x31값 0.28~0.2825" },
|
|
485
|
-
{
|
|
486
|
-
"name": "0.029374",
|
|
487
|
-
"minValue": 0.2825,
|
|
488
|
-
"maxValue": 0.285,
|
|
489
|
-
"score": 0.029374,
|
|
490
|
-
"description": "x31값 0.2825~0.285"
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"name": "0.028185",
|
|
494
|
-
"minValue": 0.285,
|
|
495
|
-
"maxValue": 0.2875,
|
|
496
|
-
"score": 0.028185,
|
|
497
|
-
"description": "x31값 0.285~0.2875"
|
|
498
|
-
},
|
|
499
|
-
{ "name": "0.026995", "minValue": 0.2875, "maxValue": 0.29, "score": 0.026995, "description": "x31값 0.2875~0.29" },
|
|
500
|
-
{ "name": "0.025965", "minValue": 0.29, "maxValue": 0.2925, "score": 0.025965, "description": "x31값 0.29~0.2925" },
|
|
501
|
-
{
|
|
502
|
-
"name": "0.024935",
|
|
503
|
-
"minValue": 0.2925,
|
|
504
|
-
"maxValue": 0.295,
|
|
505
|
-
"score": 0.024935,
|
|
506
|
-
"description": "x31값 0.2925~0.295"
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"name": "0.023905",
|
|
510
|
-
"minValue": 0.295,
|
|
511
|
-
"maxValue": 0.2975,
|
|
512
|
-
"score": 0.023905,
|
|
513
|
-
"description": "x31값 0.295~0.2975"
|
|
514
|
-
},
|
|
515
|
-
{ "name": "0.022875", "minValue": 0.2975, "maxValue": 0.3, "score": 0.022875, "description": "x31값 0.2975~0.3" },
|
|
516
|
-
{ "name": "0.021845", "minValue": 0.3, "maxValue": 0.3025, "score": 0.021845, "description": "x31값 0.3~0.3025" },
|
|
517
|
-
{
|
|
518
|
-
"name": "0.020954",
|
|
519
|
-
"minValue": 0.3025,
|
|
520
|
-
"maxValue": 0.305,
|
|
521
|
-
"score": 0.020954,
|
|
522
|
-
"description": "x31값 0.3025~0.305"
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"name": "0.020063",
|
|
526
|
-
"minValue": 0.305,
|
|
527
|
-
"maxValue": 0.3075,
|
|
528
|
-
"score": 0.020063,
|
|
529
|
-
"description": "x31값 0.305~0.3075"
|
|
530
|
-
},
|
|
531
|
-
{ "name": "0.019172", "minValue": 0.3075, "maxValue": 0.31, "score": 0.019172, "description": "x31값 0.3075~0.31" },
|
|
532
|
-
{ "name": "0.018282", "minValue": 0.31, "maxValue": 0.3125, "score": 0.018282, "description": "x31값 0.31~0.3125" },
|
|
533
|
-
{
|
|
534
|
-
"name": "0.017391",
|
|
535
|
-
"minValue": 0.3125,
|
|
536
|
-
"maxValue": 0.315,
|
|
537
|
-
"score": 0.017391,
|
|
538
|
-
"description": "x31값 0.3125~0.315"
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"name": "0.016622",
|
|
542
|
-
"minValue": 0.315,
|
|
543
|
-
"maxValue": 0.3175,
|
|
544
|
-
"score": 0.016622,
|
|
545
|
-
"description": "x31값 0.315~0.3175"
|
|
546
|
-
},
|
|
547
|
-
{ "name": "0.015853", "minValue": 0.3175, "maxValue": 0.32, "score": 0.015853, "description": "x31값 0.3175~0.32" },
|
|
548
|
-
{ "name": "0.015083", "minValue": 0.32, "maxValue": 0.3225, "score": 0.015083, "description": "x31값 0.32~0.3225" },
|
|
549
|
-
{
|
|
550
|
-
"name": "0.014314",
|
|
551
|
-
"minValue": 0.3225,
|
|
552
|
-
"maxValue": 0.325,
|
|
553
|
-
"score": 0.014314,
|
|
554
|
-
"description": "x31값 0.3225~0.325"
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
"name": "0.013545",
|
|
558
|
-
"minValue": 0.325,
|
|
559
|
-
"maxValue": 0.3275,
|
|
560
|
-
"score": 0.013545,
|
|
561
|
-
"description": "x31값 0.325~0.3275"
|
|
562
|
-
},
|
|
563
|
-
{ "name": "0.012882", "minValue": 0.3275, "maxValue": 0.33, "score": 0.012882, "description": "x31값 0.3275~0.33" },
|
|
564
|
-
{ "name": "0.012218", "minValue": 0.33, "maxValue": 0.3325, "score": 0.012218, "description": "x31값 0.33~0.3325" },
|
|
565
|
-
{
|
|
566
|
-
"name": "0.011555",
|
|
567
|
-
"minValue": 0.3325,
|
|
568
|
-
"maxValue": 0.335,
|
|
569
|
-
"score": 0.011555,
|
|
570
|
-
"description": "x31값 0.3325~0.335"
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"name": "0.010892",
|
|
574
|
-
"minValue": 0.335,
|
|
575
|
-
"maxValue": 0.3375,
|
|
576
|
-
"score": 0.010892,
|
|
577
|
-
"description": "x31값 0.335~0.3375"
|
|
578
|
-
},
|
|
579
|
-
{ "name": "0.010228", "minValue": 0.3375, "maxValue": 0.34, "score": 0.010228, "description": "x31값 0.3375~0.34" },
|
|
580
|
-
{ "name": "0.009657", "minValue": 0.34, "maxValue": 0.3425, "score": 0.009657, "description": "x31값 0.34~0.3425" },
|
|
581
|
-
{
|
|
582
|
-
"name": "0.009085",
|
|
583
|
-
"minValue": 0.3425,
|
|
584
|
-
"maxValue": 0.345,
|
|
585
|
-
"score": 0.009085,
|
|
586
|
-
"description": "x31값 0.3425~0.345"
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
"name": "0.008513",
|
|
590
|
-
"minValue": 0.345,
|
|
591
|
-
"maxValue": 0.3475,
|
|
592
|
-
"score": 0.008513,
|
|
593
|
-
"description": "x31값 0.345~0.3475"
|
|
594
|
-
},
|
|
595
|
-
{ "name": "0.007942", "minValue": 0.3475, "maxValue": 0.35, "score": 0.007942, "description": "x31값 0.3475~0.35" },
|
|
596
|
-
{ "name": "0.00737", "minValue": 0.35, "maxValue": 0.3525, "score": 0.00737, "description": "x31값 0.35~0.3525" },
|
|
597
|
-
{
|
|
598
|
-
"name": "0.006878",
|
|
599
|
-
"minValue": 0.3525,
|
|
600
|
-
"maxValue": 0.355,
|
|
601
|
-
"score": 0.006878,
|
|
602
|
-
"description": "x31값 0.3525~0.355"
|
|
603
|
-
},
|
|
604
|
-
{
|
|
605
|
-
"name": "0.006386",
|
|
606
|
-
"minValue": 0.355,
|
|
607
|
-
"maxValue": 0.3575,
|
|
608
|
-
"score": 0.006386,
|
|
609
|
-
"description": "x31값 0.355~0.3575"
|
|
610
|
-
},
|
|
611
|
-
{ "name": "0.005894", "minValue": 0.3575, "maxValue": 0.36, "score": 0.005894, "description": "x31값 0.3575~0.36" },
|
|
612
|
-
{ "name": "0.005402", "minValue": 0.36, "maxValue": 0.3625, "score": 0.005402, "description": "x31값 0.36~0.3625" },
|
|
613
|
-
{ "name": "0.00491", "minValue": 0.3625, "maxValue": 0.365, "score": 0.00491, "description": "x31값 0.3625~0.365" },
|
|
614
|
-
{
|
|
615
|
-
"name": "0.004487",
|
|
616
|
-
"minValue": 0.365,
|
|
617
|
-
"maxValue": 0.3675,
|
|
618
|
-
"score": 0.004487,
|
|
619
|
-
"description": "x31값 0.365~0.3675"
|
|
620
|
-
},
|
|
621
|
-
{ "name": "0.004064", "minValue": 0.3675, "maxValue": 0.37, "score": 0.004064, "description": "x31값 0.3675~0.37" },
|
|
622
|
-
{
|
|
623
|
-
"name": "0.003640263",
|
|
624
|
-
"minValue": 0.37,
|
|
625
|
-
"maxValue": 0.3725,
|
|
626
|
-
"score": 0.003640263,
|
|
627
|
-
"description": "x31값 0.37~0.3725"
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
"name": "0.003217012",
|
|
631
|
-
"minValue": 0.3725,
|
|
632
|
-
"maxValue": 0.375,
|
|
633
|
-
"score": 0.003217012,
|
|
634
|
-
"description": "x31값 0.3725~0.375"
|
|
635
|
-
},
|
|
636
|
-
{
|
|
637
|
-
"name": "0.002793761",
|
|
638
|
-
"minValue": 0.375,
|
|
639
|
-
"maxValue": 0.3775,
|
|
640
|
-
"score": 0.002793761,
|
|
641
|
-
"description": "x31값 0.375~0.3775"
|
|
642
|
-
}
|
|
643
|
-
]
|
|
644
|
-
}
|