comparison inchlib_clust/test-data/inchlib_output.json @ 0:60f93f839759 draft default tip

Uploaded
author saket-choudhary
date Tue, 07 Oct 2014 19:35:50 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:60f93f839759
1 {
2 "data": {
3 "nodes": {
4 "0": {
5 "count": 1,
6 "distance": 0,
7 "objects": [
8 "1"
9 ],
10 "features": [
11 5.1,
12 3.5,
13 1.4,
14 0.2
15 ],
16 "parent": 5
17 },
18 "1": {
19 "count": 1,
20 "distance": 0,
21 "objects": [
22 "2"
23 ],
24 "features": [
25 4.9,
26 3.0,
27 1.4,
28 0.2
29 ],
30 "parent": 7
31 },
32 "2": {
33 "count": 1,
34 "distance": 0,
35 "objects": [
36 "3"
37 ],
38 "features": [
39 4.7,
40 3.2,
41 1.3,
42 0.2
43 ],
44 "parent": 6
45 },
46 "3": {
47 "count": 1,
48 "distance": 0,
49 "objects": [
50 "4"
51 ],
52 "features": [
53 4.6,
54 3.1,
55 1.5,
56 0.2
57 ],
58 "parent": 6
59 },
60 "4": {
61 "count": 1,
62 "distance": 0,
63 "objects": [
64 "5"
65 ],
66 "features": [
67 5.0,
68 3.6,
69 1.4,
70 0.2
71 ],
72 "parent": 5
73 },
74 "5": {
75 "count": 2,
76 "distance": 0.141,
77 "left_child": 0,
78 "parent": 8,
79 "right_child": 4
80 },
81 "6": {
82 "count": 2,
83 "distance": 0.245,
84 "left_child": 2,
85 "parent": 7,
86 "right_child": 3
87 },
88 "7": {
89 "count": 3,
90 "distance": 0.337,
91 "left_child": 1,
92 "parent": 8,
93 "right_child": 6
94 },
95 "8": {
96 "count": 5,
97 "distance": 0.852,
98 "left_child": 5,
99 "right_child": 7
100 }
101 },
102 "feature_names": [
103 "feature 1",
104 "feature 2",
105 "feature 3",
106 "feature 4"
107 ]
108 },
109 "metadata": {
110 "nodes": {
111 "0": [
112 "class 1"
113 ],
114 "1": [
115 "class 1"
116 ],
117 "2": [
118 "class 2"
119 ],
120 "3": [
121 "class 2"
122 ],
123 "4": [
124 "class 3"
125 ]
126 },
127 "feature_names": [
128 "class"
129 ]
130 }
131 }