-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtree.dot
29 lines (29 loc) · 1.32 KB
/
tree.dot
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
digraph Tree {
node [shape=box, fontname="helvetica"] ;
edge [fontname="helvetica"] ;
0 [label="mag_med <= 0.51\nentropy = 1.907\nsamples = 4749\nvalue = [1186, 538, 1491, 1534]"] ;
1 [label="mag_med <= 0.221\nentropy = 0.1\nsamples = 1460\nvalue = [0, 0, 1441, 19]"] ;
0 -> 1 [labeldistance=2.5, labelangle=45, headlabel="True"] ;
2 [label="entropy = 0.0\nsamples = 1394\nvalue = [0, 0, 1394, 0]"] ;
1 -> 2 ;
3 [label="mag_mpd <= 2.5\nentropy = 0.866\nsamples = 66\nvalue = [0, 0, 47, 19]"] ;
1 -> 3 ;
4 [label="entropy = 0.985\nsamples = 28\nvalue = [0, 0, 12, 16]"] ;
3 -> 4 ;
5 [label="entropy = 0.398\nsamples = 38\nvalue = [0, 0, 35, 3]"] ;
3 -> 5 ;
6 [label="mag_mean <= 7.85\nentropy = 1.565\nsamples = 3289\nvalue = [1186, 538, 50, 1515]"] ;
0 -> 6 [labeldistance=2.5, labelangle=-45, headlabel="False"] ;
7 [label="mag_med <= 1.671\nentropy = 1.215\nsamples = 2142\nvalue = [1185, 31, 50, 876]"] ;
6 -> 7 ;
8 [label="entropy = 1.212\nsamples = 428\nvalue = [96, 0, 45, 287]"] ;
7 -> 8 ;
9 [label="entropy = 1.075\nsamples = 1714\nvalue = [1089, 31, 5, 589]"] ;
7 -> 9 ;
10 [label="mag_mean <= 14.156\nentropy = 1.0\nsamples = 1147\nvalue = [1, 507, 0, 639]"] ;
6 -> 10 ;
11 [label="entropy = 0.781\nsamples = 656\nvalue = [1, 146, 0, 509]"] ;
10 -> 11 ;
12 [label="entropy = 0.834\nsamples = 491\nvalue = [0, 361, 0, 130]"] ;
10 -> 12 ;
}