-
Notifications
You must be signed in to change notification settings - Fork 0
/
DecisionTree.drawio
184 lines (184 loc) · 13.7 KB
/
DecisionTree.drawio
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<mxfile host="Electron" modified="2023-07-30T18:19:00.702Z" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/21.6.5 Chrome/114.0.5735.243 Electron/25.3.1 Safari/537.36" etag="S_ygf8PyEx0n2NQ9A4hq" version="21.6.5" type="device">
<diagram name="Page-1" id="1wovM4oJGuvUnKAgoFeF">
<mxGraphModel dx="1120" dy="1033" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="ujLwgoAO9EKYY9btG_Ej-5" value="Args" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="80" y="280" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-6" value="1" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="200" y="280" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-9" value="Args" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="80" y="320" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-10" value="2" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="200" y="320" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-13" value="Args" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="80" y="360" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-14" value="n" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="200" y="360" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-17" value="Args" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="80" y="240" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-18" value="1" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="200" y="240" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-19" value="..." style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="240" y="240" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-21" value="Nest 1" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="320" y="240" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-22" value="Nest 2" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="320" y="280" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-23" value="Nest 3" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="320" y="320" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-24" value="Nest 4" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="320" y="360" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-25" value="Args" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="320" y="640" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-28" value="Args" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="320" y="720" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-31" value="Args" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="320" y="800" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-34" value="Args" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="320" y="560" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-37" value="Nest 1" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="520" y="560" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-38" value="Nest 2" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="520" y="640" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-39" value="Nest 3" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="520" y="720" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-40" value="Nest 4" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="520" y="800" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-41" value="1" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="280" y="640" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-42" value="2" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="280" y="720" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-43" value="n" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="280" y="800" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-44" value="1" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="280" y="560" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-45" value="..." style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="240" y="280" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-46" value="..." style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="240" y="320" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-47" value="..." style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="240" y="360" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-48" value="..." style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="440" y="560" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-49" value="..." style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="440" y="640" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-50" value="..." style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="440" y="720" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-51" value="..." style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="440" y="800" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-4" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="ujLwgoAO9EKYY9btG_Ej-52" target="zN33hZr8zcz_KOZlkJ_o-1" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-52" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="40" y="560" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-8" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="ujLwgoAO9EKYY9btG_Ej-53" target="zN33hZr8zcz_KOZlkJ_o-7" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-53" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="40" y="600" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-56" value="consts" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="40" y="520" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-57" value="vars" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="40" y="720" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-20" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="ujLwgoAO9EKYY9btG_Ej-59" target="zN33hZr8zcz_KOZlkJ_o-18" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="ujLwgoAO9EKYY9btG_Ej-59" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="40" y="760" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-5" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="zN33hZr8zcz_KOZlkJ_o-1" target="ujLwgoAO9EKYY9btG_Ej-44" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-1" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="160" y="560" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-6" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="zN33hZr8zcz_KOZlkJ_o-2" target="ujLwgoAO9EKYY9btG_Ej-41" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-2" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="160" y="600" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-9" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" parent="1" source="zN33hZr8zcz_KOZlkJ_o-7" target="ujLwgoAO9EKYY9btG_Ej-42" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-7" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="160" y="680" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-10" value="Args" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="80" y="400" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-11" value="m" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="200" y="400" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-12" value="Nest 4" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="320" y="400" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-13" value="..." style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="240" y="400" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-14" value="Args" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="320" y="880" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-15" value="Nest 4" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="520" y="880" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-16" value="n" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="280" y="880" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-17" value="..." style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="440" y="880" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-21" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="zN33hZr8zcz_KOZlkJ_o-18" target="ujLwgoAO9EKYY9btG_Ej-43" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-18" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="160" y="800" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-22" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" parent="1" source="zN33hZr8zcz_KOZlkJ_o-19" target="zN33hZr8zcz_KOZlkJ_o-16" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="zN33hZr8zcz_KOZlkJ_o-19" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="160" y="840" width="40" height="40" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>