source:
src/main/webapp/domainsrepo/laptop/laptopSeller.json@
40
Last change on this file since 40 was 40, checked in by , 3 years ago | |
---|---|
File size: 1.0 KB |
Line | |
---|---|
1 | { |
2 | "LinearAdditiveUtilitySpace": { |
3 | "issueUtilities": { |
4 | "Brand": { |
5 | "DiscreteValueSetUtilities": { |
6 | "valueUtilities": { |
7 | "Dell": 0.34, |
8 | "Macintosh": 1, |
9 | "HP": 0.67 |
10 | } |
11 | } |
12 | }, |
13 | "Harddisk": { |
14 | "DiscreteValueSetUtilities": { |
15 | "valueUtilities": { |
16 | "128 GB": 0.65, |
17 | "512 GB": 0.98, |
18 | "2 TB": 0.32 |
19 | } |
20 | } |
21 | }, |
22 | "External Monitor": { |
23 | "DiscreteValueSetUtilities": { |
24 | "valueUtilities": { |
25 | "19inch HD": 1, |
26 | "32inch 4K": 0.68, |
27 | "55inch 8K": 0.33 |
28 | } |
29 | } |
30 | } |
31 | }, |
32 | "issueWeights": { |
33 | "Brand": 0.37, |
34 | "Harddisk": 0.18, |
35 | "External Monitor": 0.45 |
36 | }, |
37 | "domain": { |
38 | "name": "laptop", |
39 | "issuesValues": { |
40 | "Brand": { |
41 | "values": [ |
42 | "Dell", |
43 | "Macintosh", |
44 | "HP" |
45 | ] |
46 | }, |
47 | "Harddisk": { |
48 | "values": [ |
49 | "128 GB", |
50 | "512 GB", |
51 | "2 TB" |
52 | ] |
53 | }, |
54 | "External Monitor": { |
55 | "values": [ |
56 | "19inch HD", |
57 | "32inch 4K", |
58 | "55inch 8K" |
59 | ] |
60 | } |
61 | } |
62 | }, |
63 | "name": "laptopSeller" |
64 | } |
65 | } |
Note:
See TracBrowser
for help on using the repository browser.