@dssp/dkpi 1.0.0-alpha.10 → 1.0.0-alpha.11

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.
Files changed (38) hide show
  1. package/dist-client/tsconfig.tsbuildinfo +1 -1
  2. package/dist-server/index.d.ts +1 -0
  3. package/dist-server/index.js +4 -0
  4. package/dist-server/index.js.map +1 -1
  5. package/dist-server/migrations/1752188906708-SeedKpiCategory.d.ts +5 -0
  6. package/dist-server/migrations/1752188906708-SeedKpiCategory.js +53 -0
  7. package/dist-server/migrations/1752188906708-SeedKpiCategory.js.map +1 -0
  8. package/dist-server/migrations/1752190849681-SeedKpi.d.ts +5 -0
  9. package/dist-server/migrations/1752190849681-SeedKpi.js +255 -0
  10. package/dist-server/migrations/1752190849681-SeedKpi.js.map +1 -0
  11. package/dist-server/migrations/1752192090123-add-grades-to-kpi.d.ts +7 -0
  12. package/dist-server/migrations/1752192090123-add-grades-to-kpi.js +51 -0
  13. package/dist-server/migrations/1752192090123-add-grades-to-kpi.js.map +1 -0
  14. package/dist-server/migrations/grade-data/x11-performance-table.json +962 -0
  15. package/dist-server/migrations/grade-data/x12-performance-table.json +611 -0
  16. package/dist-server/migrations/grade-data/x14-performance-table.json +42 -0
  17. package/dist-server/migrations/grade-data/x21-performance-table.json +889 -0
  18. package/dist-server/migrations/grade-data/x22-performance-table.json +1064 -0
  19. package/dist-server/migrations/grade-data/x23-performance-table.json +42 -0
  20. package/dist-server/migrations/grade-data/x31-performance-table.json +644 -0
  21. package/dist-server/migrations/grade-data/x32-performance-table.json +993 -0
  22. package/dist-server/migrations/grade-data/x33-performance-table.json +195 -0
  23. package/dist-server/migrations/grade-data/x34-performance-table.json +12 -0
  24. package/dist-server/migrations/grade-data/x35-performance-table.json +42 -0
  25. package/dist-server/migrations/grade-data/x41-performance-table.json +825 -0
  26. package/dist-server/migrations/grade-data/x42-performance-table.json +786 -0
  27. package/dist-server/migrations/grade-data/x43-performance-table.json +12 -0
  28. package/dist-server/migrations/grade-data/x44-performance-table.json +42 -0
  29. package/dist-server/migrations/grade-data/x51-performance-table.json +924 -0
  30. package/dist-server/migrations/grade-data/x52-performance-table.json +42 -0
  31. package/dist-server/migrations/grade-data/x61-performance-table.json +261 -0
  32. package/dist-server/migrations/grade-data/x62-performance-table.json +42 -0
  33. package/dist-server/migrations/index.d.ts +1 -0
  34. package/dist-server/migrations/index.js +12 -0
  35. package/dist-server/migrations/index.js.map +1 -0
  36. package/dist-server/tsconfig.tsbuildinfo +1 -1
  37. package/package.json +3 -3
  38. package/schema.graphql +30 -181
@@ -0,0 +1,825 @@
1
+ {
2
+ "kpiName": "재해율",
3
+ "version": 1,
4
+ "description": "X41값 기반 등급 테이블 - X41값 1E-19부터 0.065까지 0.0005 단위로 증가하는 값에 대한 성과값 매핑",
5
+ "grades": [
6
+ { "name": "1", "minValue": 0, "maxValue": 0.0005, "score": 1, "description": "X41값 0~0.0005" },
7
+ {
8
+ "name": "0.633372762",
9
+ "minValue": 0.0005,
10
+ "maxValue": 0.001,
11
+ "score": 0.633372762,
12
+ "description": "X41값 0.0005~0.001"
13
+ },
14
+ {
15
+ "name": "0.542688316",
16
+ "minValue": 0.001,
17
+ "maxValue": 0.0015,
18
+ "score": 0.542688316,
19
+ "description": "X41값 0.001~0.0015"
20
+ },
21
+ {
22
+ "name": "0.489641316",
23
+ "minValue": 0.0015,
24
+ "maxValue": 0.002,
25
+ "score": 0.489641316,
26
+ "description": "X41값 0.0015~0.002"
27
+ },
28
+ {
29
+ "name": "0.398956871",
30
+ "minValue": 0.002,
31
+ "maxValue": 0.0025,
32
+ "score": 0.398956871,
33
+ "description": "X41값 0.002~0.0025"
34
+ },
35
+ {
36
+ "name": "0.241441109",
37
+ "minValue": 0.0025,
38
+ "maxValue": 0.003,
39
+ "score": 0.241441109,
40
+ "description": "X41값 0.0025~0.003"
41
+ },
42
+ {
43
+ "name": "0.150756663",
44
+ "minValue": 0.003,
45
+ "maxValue": 0.0035,
46
+ "score": 0.150756663,
47
+ "description": "X41값 0.003~0.0035"
48
+ },
49
+ {
50
+ "name": "0.097709663",
51
+ "minValue": 0.0035,
52
+ "maxValue": 0.004,
53
+ "score": 0.097709663,
54
+ "description": "X41값 0.0035~0.004"
55
+ },
56
+ {
57
+ "name": "0.060072217",
58
+ "minValue": 0.004,
59
+ "maxValue": 0.0045,
60
+ "score": 0.060072217,
61
+ "description": "X41값 0.004~0.0045"
62
+ },
63
+ {
64
+ "name": "0.030878347",
65
+ "minValue": 0.0045,
66
+ "maxValue": 0.005,
67
+ "score": 0.030878347,
68
+ "description": "X41값 0.0045~0.005"
69
+ },
70
+ {
71
+ "name": "0.007025217",
72
+ "minValue": 0.005,
73
+ "maxValue": 0.0055,
74
+ "score": 0.007025217,
75
+ "description": "X41값 0.005~0.0055"
76
+ },
77
+ { "name": "0.001", "minValue": 0.0055, "maxValue": 0.006, "score": 0.001, "description": "X41값 0.0055~0.006" },
78
+ { "name": "0.0008", "minValue": 0.006, "maxValue": 0.0065, "score": 0.0008, "description": "X41값 0.006~0.0065" },
79
+ { "name": "0.0006", "minValue": 0.0065, "maxValue": 0.007, "score": 0.0006, "description": "X41값 0.0065~0.007" },
80
+ { "name": "0.0004", "minValue": 0.007, "maxValue": 0.0075, "score": 0.0004, "description": "X41값 0.007~0.0075" },
81
+ { "name": "0.0002", "minValue": 0.0075, "maxValue": 0.008, "score": 0.0002, "description": "X41값 0.0075~0.008" },
82
+ { "name": "0.0001", "minValue": 0.008, "maxValue": 0.0085, "score": 0.0001, "description": "X41값 0.008~0.0085" },
83
+ { "name": "0.00008", "minValue": 0.0085, "maxValue": 0.009, "score": 0.00008, "description": "X41값 0.0085~0.009" },
84
+ { "name": "0.00006", "minValue": 0.009, "maxValue": 0.0095, "score": 0.00006, "description": "X41값 0.009~0.0095" },
85
+ { "name": "0.00004", "minValue": 0.0095, "maxValue": 0.01, "score": 0.00004, "description": "X41값 0.0095~0.01" },
86
+ { "name": "0.00002", "minValue": 0.01, "maxValue": 0.0105, "score": 0.00002, "description": "X41값 0.01~0.0105" },
87
+ { "name": "0.00001", "minValue": 0.0105, "maxValue": 0.011, "score": 0.00001, "description": "X41값 0.0105~0.011" },
88
+ {
89
+ "name": "0.000008",
90
+ "minValue": 0.011,
91
+ "maxValue": 0.0115,
92
+ "score": 0.000008,
93
+ "description": "X41값 0.011~0.0115"
94
+ },
95
+ {
96
+ "name": "0.000006",
97
+ "minValue": 0.0115,
98
+ "maxValue": 0.012,
99
+ "score": 0.000006,
100
+ "description": "X41값 0.0115~0.012"
101
+ },
102
+ {
103
+ "name": "0.000004",
104
+ "minValue": 0.012,
105
+ "maxValue": 0.0125,
106
+ "score": 0.000004,
107
+ "description": "X41값 0.012~0.0125"
108
+ },
109
+ {
110
+ "name": "0.000002",
111
+ "minValue": 0.0125,
112
+ "maxValue": 0.013,
113
+ "score": 0.000002,
114
+ "description": "X41값 0.0125~0.013"
115
+ },
116
+ {
117
+ "name": "0.000001",
118
+ "minValue": 0.013,
119
+ "maxValue": 0.0135,
120
+ "score": 0.000001,
121
+ "description": "X41값 0.013~0.0135"
122
+ },
123
+ {
124
+ "name": "0.0000008",
125
+ "minValue": 0.0135,
126
+ "maxValue": 0.014,
127
+ "score": 0.0000008,
128
+ "description": "X41값 0.0135~0.014"
129
+ },
130
+ {
131
+ "name": "0.0000006",
132
+ "minValue": 0.014,
133
+ "maxValue": 0.0145,
134
+ "score": 0.0000006,
135
+ "description": "X41값 0.014~0.0145"
136
+ },
137
+ {
138
+ "name": "0.0000004",
139
+ "minValue": 0.0145,
140
+ "maxValue": 0.015,
141
+ "score": 0.0000004,
142
+ "description": "X41값 0.0145~0.015"
143
+ },
144
+ {
145
+ "name": "0.0000002",
146
+ "minValue": 0.015,
147
+ "maxValue": 0.0155,
148
+ "score": 0.0000002,
149
+ "description": "X41값 0.015~0.0155"
150
+ },
151
+ {
152
+ "name": "0.0000001",
153
+ "minValue": 0.0155,
154
+ "maxValue": 0.016,
155
+ "score": 0.0000001,
156
+ "description": "X41값 0.0155~0.016"
157
+ },
158
+ {
159
+ "name": "0.00000008",
160
+ "minValue": 0.016,
161
+ "maxValue": 0.0165,
162
+ "score": 0.00000008,
163
+ "description": "X41값 0.016~0.0165"
164
+ },
165
+ {
166
+ "name": "0.00000006",
167
+ "minValue": 0.0165,
168
+ "maxValue": 0.017,
169
+ "score": 0.00000006,
170
+ "description": "X41값 0.0165~0.017"
171
+ },
172
+ {
173
+ "name": "0.00000004",
174
+ "minValue": 0.017,
175
+ "maxValue": 0.0175,
176
+ "score": 0.00000004,
177
+ "description": "X41값 0.017~0.0175"
178
+ },
179
+ {
180
+ "name": "0.00000002",
181
+ "minValue": 0.0175,
182
+ "maxValue": 0.018,
183
+ "score": 0.00000002,
184
+ "description": "X41값 0.0175~0.018"
185
+ },
186
+ {
187
+ "name": "0.00000001",
188
+ "minValue": 0.018,
189
+ "maxValue": 0.0185,
190
+ "score": 0.00000001,
191
+ "description": "X41값 0.018~0.0185"
192
+ },
193
+ {
194
+ "name": "0.000000008",
195
+ "minValue": 0.0185,
196
+ "maxValue": 0.019,
197
+ "score": 0.000000008,
198
+ "description": "X41값 0.0185~0.019"
199
+ },
200
+ {
201
+ "name": "0.000000006",
202
+ "minValue": 0.019,
203
+ "maxValue": 0.0195,
204
+ "score": 0.000000006,
205
+ "description": "X41값 0.019~0.0195"
206
+ },
207
+ {
208
+ "name": "0.000000004",
209
+ "minValue": 0.0195,
210
+ "maxValue": 0.02,
211
+ "score": 0.000000004,
212
+ "description": "X41값 0.0195~0.02"
213
+ },
214
+ {
215
+ "name": "0.000000002",
216
+ "minValue": 0.02,
217
+ "maxValue": 0.0205,
218
+ "score": 0.000000002,
219
+ "description": "X41값 0.02~0.0205"
220
+ },
221
+ {
222
+ "name": "0.000000001",
223
+ "minValue": 0.0205,
224
+ "maxValue": 0.021,
225
+ "score": 0.000000001,
226
+ "description": "X41값 0.0205~0.021"
227
+ },
228
+ {
229
+ "name": "0.0000000008",
230
+ "minValue": 0.021,
231
+ "maxValue": 0.0215,
232
+ "score": 0.0000000008,
233
+ "description": "X41값 0.021~0.0215"
234
+ },
235
+ {
236
+ "name": "0.0000000006",
237
+ "minValue": 0.0215,
238
+ "maxValue": 0.022,
239
+ "score": 0.0000000006,
240
+ "description": "X41값 0.0215~0.022"
241
+ },
242
+ {
243
+ "name": "0.0000000004",
244
+ "minValue": 0.022,
245
+ "maxValue": 0.0225,
246
+ "score": 0.0000000004,
247
+ "description": "X41값 0.022~0.0225"
248
+ },
249
+ {
250
+ "name": "0.0000000002",
251
+ "minValue": 0.0225,
252
+ "maxValue": 0.023,
253
+ "score": 0.0000000002,
254
+ "description": "X41값 0.0225~0.023"
255
+ },
256
+ {
257
+ "name": "0.0000000001",
258
+ "minValue": 0.023,
259
+ "maxValue": 0.0235,
260
+ "score": 0.0000000001,
261
+ "description": "X41값 0.023~0.0235"
262
+ },
263
+ {
264
+ "name": "0.00000000008",
265
+ "minValue": 0.0235,
266
+ "maxValue": 0.024,
267
+ "score": 0.00000000008,
268
+ "description": "X41값 0.0235~0.024"
269
+ },
270
+ {
271
+ "name": "0.00000000006",
272
+ "minValue": 0.024,
273
+ "maxValue": 0.0245,
274
+ "score": 0.00000000006,
275
+ "description": "X41값 0.024~0.0245"
276
+ },
277
+ {
278
+ "name": "0.00000000004",
279
+ "minValue": 0.0245,
280
+ "maxValue": 0.025,
281
+ "score": 0.00000000004,
282
+ "description": "X41값 0.0245~0.025"
283
+ },
284
+ {
285
+ "name": "0.00000000002",
286
+ "minValue": 0.025,
287
+ "maxValue": 0.0255,
288
+ "score": 0.00000000002,
289
+ "description": "X41값 0.025~0.0255"
290
+ },
291
+ {
292
+ "name": "0.00000000001",
293
+ "minValue": 0.0255,
294
+ "maxValue": 0.026,
295
+ "score": 0.00000000001,
296
+ "description": "X41값 0.0255~0.026"
297
+ },
298
+ {
299
+ "name": "0.000000000008",
300
+ "minValue": 0.026,
301
+ "maxValue": 0.0265,
302
+ "score": 0.000000000008,
303
+ "description": "X41값 0.026~0.0265"
304
+ },
305
+ {
306
+ "name": "0.000000000006",
307
+ "minValue": 0.0265,
308
+ "maxValue": 0.027,
309
+ "score": 0.000000000006,
310
+ "description": "X41값 0.0265~0.027"
311
+ },
312
+ {
313
+ "name": "0.000000000004",
314
+ "minValue": 0.027,
315
+ "maxValue": 0.0275,
316
+ "score": 0.000000000004,
317
+ "description": "X41값 0.027~0.0275"
318
+ },
319
+ {
320
+ "name": "0.000000000002",
321
+ "minValue": 0.0275,
322
+ "maxValue": 0.028,
323
+ "score": 0.000000000002,
324
+ "description": "X41값 0.0275~0.028"
325
+ },
326
+ {
327
+ "name": "0.000000000001",
328
+ "minValue": 0.028,
329
+ "maxValue": 0.0285,
330
+ "score": 0.000000000001,
331
+ "description": "X41값 0.028~0.0285"
332
+ },
333
+ {
334
+ "name": "0.0000000000008",
335
+ "minValue": 0.0285,
336
+ "maxValue": 0.029,
337
+ "score": 0.0000000000008,
338
+ "description": "X41값 0.0285~0.029"
339
+ },
340
+ {
341
+ "name": "0.0000000000006",
342
+ "minValue": 0.029,
343
+ "maxValue": 0.0295,
344
+ "score": 0.0000000000006,
345
+ "description": "X41값 0.029~0.0295"
346
+ },
347
+ {
348
+ "name": "0.0000000000004",
349
+ "minValue": 0.0295,
350
+ "maxValue": 0.03,
351
+ "score": 0.0000000000004,
352
+ "description": "X41값 0.0295~0.03"
353
+ },
354
+ {
355
+ "name": "0.0000000000002",
356
+ "minValue": 0.03,
357
+ "maxValue": 0.0305,
358
+ "score": 0.0000000000002,
359
+ "description": "X41값 0.03~0.0305"
360
+ },
361
+ {
362
+ "name": "0.0000000000001",
363
+ "minValue": 0.0305,
364
+ "maxValue": 0.031,
365
+ "score": 0.0000000000001,
366
+ "description": "X41값 0.0305~0.031"
367
+ },
368
+ {
369
+ "name": "0.00000000000008",
370
+ "minValue": 0.031,
371
+ "maxValue": 0.0315,
372
+ "score": 0.00000000000008,
373
+ "description": "X41값 0.031~0.0315"
374
+ },
375
+ {
376
+ "name": "0.00000000000006",
377
+ "minValue": 0.0315,
378
+ "maxValue": 0.032,
379
+ "score": 0.00000000000006,
380
+ "description": "X41값 0.0315~0.032"
381
+ },
382
+ {
383
+ "name": "0.00000000000004",
384
+ "minValue": 0.032,
385
+ "maxValue": 0.0325,
386
+ "score": 0.00000000000004,
387
+ "description": "X41값 0.032~0.0325"
388
+ },
389
+ {
390
+ "name": "0.00000000000002",
391
+ "minValue": 0.0325,
392
+ "maxValue": 0.033,
393
+ "score": 0.00000000000002,
394
+ "description": "X41값 0.0325~0.033"
395
+ },
396
+ {
397
+ "name": "0.00000000000001",
398
+ "minValue": 0.033,
399
+ "maxValue": 0.0335,
400
+ "score": 0.00000000000001,
401
+ "description": "X41값 0.033~0.0335"
402
+ },
403
+ {
404
+ "name": "0.000000000000008",
405
+ "minValue": 0.0335,
406
+ "maxValue": 0.034,
407
+ "score": 0.000000000000008,
408
+ "description": "X41값 0.0335~0.034"
409
+ },
410
+ {
411
+ "name": "0.000000000000006",
412
+ "minValue": 0.034,
413
+ "maxValue": 0.0345,
414
+ "score": 0.000000000000006,
415
+ "description": "X41값 0.034~0.0345"
416
+ },
417
+ {
418
+ "name": "0.000000000000004",
419
+ "minValue": 0.0345,
420
+ "maxValue": 0.035,
421
+ "score": 0.000000000000004,
422
+ "description": "X41값 0.0345~0.035"
423
+ },
424
+ {
425
+ "name": "0.000000000000002",
426
+ "minValue": 0.035,
427
+ "maxValue": 0.0355,
428
+ "score": 0.000000000000002,
429
+ "description": "X41값 0.035~0.0355"
430
+ },
431
+ {
432
+ "name": "0.000000000000001",
433
+ "minValue": 0.0355,
434
+ "maxValue": 0.036,
435
+ "score": 0.000000000000001,
436
+ "description": "X41값 0.0355~0.036"
437
+ },
438
+ {
439
+ "name": "0.0000000000000008",
440
+ "minValue": 0.036,
441
+ "maxValue": 0.0365,
442
+ "score": 0.0000000000000008,
443
+ "description": "X41값 0.036~0.0365"
444
+ },
445
+ {
446
+ "name": "0.0000000000000006",
447
+ "minValue": 0.0365,
448
+ "maxValue": 0.037,
449
+ "score": 0.0000000000000006,
450
+ "description": "X41값 0.0365~0.037"
451
+ },
452
+ {
453
+ "name": "0.0000000000000004",
454
+ "minValue": 0.037,
455
+ "maxValue": 0.0375,
456
+ "score": 0.0000000000000004,
457
+ "description": "X41값 0.037~0.0375"
458
+ },
459
+ {
460
+ "name": "0.0000000000000002",
461
+ "minValue": 0.0375,
462
+ "maxValue": 0.038,
463
+ "score": 0.0000000000000002,
464
+ "description": "X41값 0.0375~0.038"
465
+ },
466
+ {
467
+ "name": "0.0000000000000001",
468
+ "minValue": 0.038,
469
+ "maxValue": 0.0385,
470
+ "score": 0.0000000000000001,
471
+ "description": "X41값 0.038~0.0385"
472
+ },
473
+ {
474
+ "name": "0.00000000000000008",
475
+ "minValue": 0.0385,
476
+ "maxValue": 0.039,
477
+ "score": 0.00000000000000008,
478
+ "description": "X41값 0.0385~0.039"
479
+ },
480
+ {
481
+ "name": "0.00000000000000006",
482
+ "minValue": 0.039,
483
+ "maxValue": 0.0395,
484
+ "score": 0.00000000000000006,
485
+ "description": "X41값 0.039~0.0395"
486
+ },
487
+ {
488
+ "name": "0.00000000000000004",
489
+ "minValue": 0.0395,
490
+ "maxValue": 0.04,
491
+ "score": 0.00000000000000004,
492
+ "description": "X41값 0.0395~0.04"
493
+ },
494
+ {
495
+ "name": "0.00000000000000002",
496
+ "minValue": 0.04,
497
+ "maxValue": 0.0405,
498
+ "score": 0.00000000000000002,
499
+ "description": "X41값 0.04~0.0405"
500
+ },
501
+ {
502
+ "name": "0.00000000000000001",
503
+ "minValue": 0.0405,
504
+ "maxValue": 0.041,
505
+ "score": 0.00000000000000001,
506
+ "description": "X41값 0.0405~0.041"
507
+ },
508
+ {
509
+ "name": "0.000000000000000008",
510
+ "minValue": 0.041,
511
+ "maxValue": 0.0415,
512
+ "score": 0.000000000000000008,
513
+ "description": "X41값 0.041~0.0415"
514
+ },
515
+ {
516
+ "name": "0.000000000000000006",
517
+ "minValue": 0.0415,
518
+ "maxValue": 0.042,
519
+ "score": 0.000000000000000006,
520
+ "description": "X41값 0.0415~0.042"
521
+ },
522
+ {
523
+ "name": "0.000000000000000004",
524
+ "minValue": 0.042,
525
+ "maxValue": 0.0425,
526
+ "score": 0.000000000000000004,
527
+ "description": "X41값 0.042~0.0425"
528
+ },
529
+ {
530
+ "name": "0.000000000000000002",
531
+ "minValue": 0.0425,
532
+ "maxValue": 0.043,
533
+ "score": 0.000000000000000002,
534
+ "description": "X41값 0.0425~0.043"
535
+ },
536
+ {
537
+ "name": "0.000000000000000001",
538
+ "minValue": 0.043,
539
+ "maxValue": 0.0435,
540
+ "score": 0.000000000000000001,
541
+ "description": "X41값 0.043~0.0435"
542
+ },
543
+ {
544
+ "name": "0.0000000000000000008",
545
+ "minValue": 0.0435,
546
+ "maxValue": 0.044,
547
+ "score": 0.0000000000000000008,
548
+ "description": "X41값 0.0435~0.044"
549
+ },
550
+ {
551
+ "name": "0.0000000000000000006",
552
+ "minValue": 0.044,
553
+ "maxValue": 0.0445,
554
+ "score": 0.0000000000000000006,
555
+ "description": "X41값 0.044~0.0445"
556
+ },
557
+ {
558
+ "name": "0.0000000000000000004",
559
+ "minValue": 0.0445,
560
+ "maxValue": 0.045,
561
+ "score": 0.0000000000000000004,
562
+ "description": "X41값 0.0445~0.045"
563
+ },
564
+ {
565
+ "name": "0.0000000000000000002",
566
+ "minValue": 0.045,
567
+ "maxValue": 0.0455,
568
+ "score": 0.0000000000000000002,
569
+ "description": "X41값 0.045~0.0455"
570
+ },
571
+ {
572
+ "name": "0.0000000000000000001",
573
+ "minValue": 0.0455,
574
+ "maxValue": 0.046,
575
+ "score": 0.0000000000000000001,
576
+ "description": "X41값 0.0455~0.046"
577
+ },
578
+ {
579
+ "name": "0.00000000000000000008",
580
+ "minValue": 0.046,
581
+ "maxValue": 0.0465,
582
+ "score": 0.00000000000000000008,
583
+ "description": "X41값 0.046~0.0465"
584
+ },
585
+ {
586
+ "name": "0.00000000000000000006",
587
+ "minValue": 0.0465,
588
+ "maxValue": 0.047,
589
+ "score": 0.00000000000000000006,
590
+ "description": "X41값 0.0465~0.047"
591
+ },
592
+ {
593
+ "name": "0.00000000000000000004",
594
+ "minValue": 0.047,
595
+ "maxValue": 0.0475,
596
+ "score": 0.00000000000000000004,
597
+ "description": "X41값 0.047~0.0475"
598
+ },
599
+ {
600
+ "name": "0.00000000000000000002",
601
+ "minValue": 0.0475,
602
+ "maxValue": 0.048,
603
+ "score": 0.00000000000000000002,
604
+ "description": "X41값 0.0475~0.048"
605
+ },
606
+ {
607
+ "name": "0.00000000000000000001",
608
+ "minValue": 0.048,
609
+ "maxValue": 0.0485,
610
+ "score": 0.00000000000000000001,
611
+ "description": "X41값 0.048~0.0485"
612
+ },
613
+ {
614
+ "name": "0.000000000000000000008",
615
+ "minValue": 0.0485,
616
+ "maxValue": 0.049,
617
+ "score": 0.000000000000000000008,
618
+ "description": "X41값 0.0485~0.049"
619
+ },
620
+ {
621
+ "name": "0.000000000000000000006",
622
+ "minValue": 0.049,
623
+ "maxValue": 0.0495,
624
+ "score": 0.000000000000000000006,
625
+ "description": "X41값 0.049~0.0495"
626
+ },
627
+ {
628
+ "name": "0.000000000000000000004",
629
+ "minValue": 0.0495,
630
+ "maxValue": 0.05,
631
+ "score": 0.000000000000000000004,
632
+ "description": "X41값 0.0495~0.05"
633
+ },
634
+ {
635
+ "name": "0.000000000000000000002",
636
+ "minValue": 0.05,
637
+ "maxValue": 0.0505,
638
+ "score": 0.000000000000000000002,
639
+ "description": "X41값 0.05~0.0505"
640
+ },
641
+ {
642
+ "name": "0.000000000000000000001",
643
+ "minValue": 0.0505,
644
+ "maxValue": 0.051,
645
+ "score": 0.000000000000000000001,
646
+ "description": "X41값 0.0505~0.051"
647
+ },
648
+ {
649
+ "name": "0.0000000000000000000008",
650
+ "minValue": 0.051,
651
+ "maxValue": 0.0515,
652
+ "score": 0.0000000000000000000008,
653
+ "description": "X41값 0.051~0.0515"
654
+ },
655
+ {
656
+ "name": "0.0000000000000000000006",
657
+ "minValue": 0.0515,
658
+ "maxValue": 0.052,
659
+ "score": 0.0000000000000000000006,
660
+ "description": "X41값 0.0515~0.052"
661
+ },
662
+ {
663
+ "name": "0.0000000000000000000004",
664
+ "minValue": 0.052,
665
+ "maxValue": 0.0525,
666
+ "score": 0.0000000000000000000004,
667
+ "description": "X41값 0.052~0.0525"
668
+ },
669
+ {
670
+ "name": "0.0000000000000000000002",
671
+ "minValue": 0.0525,
672
+ "maxValue": 0.053,
673
+ "score": 0.0000000000000000000002,
674
+ "description": "X41값 0.0525~0.053"
675
+ },
676
+ {
677
+ "name": "0.0000000000000000000001",
678
+ "minValue": 0.053,
679
+ "maxValue": 0.0535,
680
+ "score": 0.0000000000000000000001,
681
+ "description": "X41값 0.053~0.0535"
682
+ },
683
+ {
684
+ "name": "0.00000000000000000000008",
685
+ "minValue": 0.0535,
686
+ "maxValue": 0.054,
687
+ "score": 0.00000000000000000000008,
688
+ "description": "X41값 0.0535~0.054"
689
+ },
690
+ {
691
+ "name": "0.00000000000000000000006",
692
+ "minValue": 0.054,
693
+ "maxValue": 0.0545,
694
+ "score": 0.00000000000000000000006,
695
+ "description": "X41값 0.054~0.0545"
696
+ },
697
+ {
698
+ "name": "0.00000000000000000000004",
699
+ "minValue": 0.0545,
700
+ "maxValue": 0.055,
701
+ "score": 0.00000000000000000000004,
702
+ "description": "X41값 0.0545~0.055"
703
+ },
704
+ {
705
+ "name": "0.00000000000000000000002",
706
+ "minValue": 0.055,
707
+ "maxValue": 0.0555,
708
+ "score": 0.00000000000000000000002,
709
+ "description": "X41값 0.055~0.0555"
710
+ },
711
+ {
712
+ "name": "0.00000000000000000000001",
713
+ "minValue": 0.0555,
714
+ "maxValue": 0.056,
715
+ "score": 0.00000000000000000000001,
716
+ "description": "X41값 0.0555~0.056"
717
+ },
718
+ {
719
+ "name": "0.000000000000000000000008",
720
+ "minValue": 0.056,
721
+ "maxValue": 0.0565,
722
+ "score": 0.000000000000000000000008,
723
+ "description": "X41값 0.056~0.0565"
724
+ },
725
+ {
726
+ "name": "0.000000000000000000000006",
727
+ "minValue": 0.0565,
728
+ "maxValue": 0.057,
729
+ "score": 0.000000000000000000000006,
730
+ "description": "X41값 0.0565~0.057"
731
+ },
732
+ {
733
+ "name": "0.000000000000000000000004",
734
+ "minValue": 0.057,
735
+ "maxValue": 0.0575,
736
+ "score": 0.000000000000000000000004,
737
+ "description": "X41값 0.057~0.0575"
738
+ },
739
+ {
740
+ "name": "0.000000000000000000000002",
741
+ "minValue": 0.0575,
742
+ "maxValue": 0.058,
743
+ "score": 0.000000000000000000000002,
744
+ "description": "X41값 0.0575~0.058"
745
+ },
746
+ {
747
+ "name": "0.000000000000000000000001",
748
+ "minValue": 0.058,
749
+ "maxValue": 0.0585,
750
+ "score": 0.000000000000000000000001,
751
+ "description": "X41값 0.058~0.0585"
752
+ },
753
+ {
754
+ "name": "0.0000000000000000000000008",
755
+ "minValue": 0.0585,
756
+ "maxValue": 0.059,
757
+ "score": 0.0000000000000000000000008,
758
+ "description": "X41값 0.0585~0.059"
759
+ },
760
+ {
761
+ "name": "0.0000000000000000000000006",
762
+ "minValue": 0.059,
763
+ "maxValue": 0.0595,
764
+ "score": 0.0000000000000000000000006,
765
+ "description": "X41값 0.059~0.0595"
766
+ },
767
+ {
768
+ "name": "0.0000000000000000000000004",
769
+ "minValue": 0.0595,
770
+ "maxValue": 0.06,
771
+ "score": 0.0000000000000000000000004,
772
+ "description": "X41값 0.0595~0.06"
773
+ },
774
+ {
775
+ "name": "0.0000000000000000000000002",
776
+ "minValue": 0.06,
777
+ "maxValue": 0.0605,
778
+ "score": 0.0000000000000000000000002,
779
+ "description": "X41값 0.06~0.0605"
780
+ },
781
+ {
782
+ "name": "0.0000000000000000000000001",
783
+ "minValue": 0.0605,
784
+ "maxValue": 0.061,
785
+ "score": 0.0000000000000000000000001,
786
+ "description": "X41값 0.0605~0.061"
787
+ },
788
+ {
789
+ "name": "0.00000000000000000000000008",
790
+ "minValue": 0.061,
791
+ "maxValue": 0.0615,
792
+ "score": 0.00000000000000000000000008,
793
+ "description": "X41값 0.061~0.0615"
794
+ },
795
+ {
796
+ "name": "0.00000000000000000000000006",
797
+ "minValue": 0.0615,
798
+ "maxValue": 0.062,
799
+ "score": 0.00000000000000000000000006,
800
+ "description": "X41값 0.0615~0.062"
801
+ },
802
+ {
803
+ "name": "0.00000000000000000000000004",
804
+ "minValue": 0.062,
805
+ "maxValue": 0.0625,
806
+ "score": 0.00000000000000000000000004,
807
+ "description": "X41값 0.062~0.0625"
808
+ },
809
+ {
810
+ "name": "0.00000000000000000000000002",
811
+ "minValue": 0.0625,
812
+ "maxValue": 0.063,
813
+ "score": 0.00000000000000000000000002,
814
+ "description": "X41값 0.0625~0.063"
815
+ },
816
+ {
817
+ "name": "0.000642",
818
+ "minValue": 0.063,
819
+ "maxValue": 0.0635,
820
+ "score": 0.000642,
821
+ "description": "X41값 0.063~0.0635"
822
+ },
823
+ { "name": "0", "minValue": 0.0635, "maxValue": 0.065, "score": 0, "description": "X41값 0.0635~0.065" }
824
+ ]
825
+ }