-
Notifications
You must be signed in to change notification settings - Fork 2
/
tree.dot
31 lines (31 loc) · 1.39 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
30
31
digraph Tree {
0 [label="X[5] <= 63.5000\nentropy = 1.99414198821\nsamples = 84", shape="box"] ;
1 [label="X[3] <= 99.0000\nentropy = 0.266764987803\nsamples = 22", shape="box"] ;
0 -> 1 ;
2 [label="entropy = 0.0000\nsamples = 20\nvalue = [ 0. 0. 0. 20.]", shape="box"] ;
1 -> 2 ;
3 [label="entropy = 1.0000\nsamples = 2\nvalue = [ 0. 0. 1. 1.]", shape="box"] ;
1 -> 3 ;
4 [label="X[3] <= 75.5000\nentropy = 1.67130700534\nsamples = 62", shape="box"] ;
0 -> 4 ;
5 [label="entropy = 0.0000\nsamples = 14\nvalue = [ 0. 14. 0. 0.]", shape="box"] ;
4 -> 5 ;
6 [label="X[3] <= 123.5000\nentropy = 1.44995235724\nsamples = 48", shape="box"] ;
4 -> 6 ;
7 [label="X[0] <= 89.9897\nentropy = 1.39098264063\nsamples = 36", shape="box"] ;
6 -> 7 ;
8 [label="X[2] <= 489.5555\nentropy = 1.0152448391\nsamples = 31", shape="box"] ;
7 -> 8 ;
9 [label="entropy = 1.2807\nsamples = 12\nvalue = [ 4. 1. 7. 0.]", shape="box"] ;
8 -> 9 ;
10 [label="entropy = 0.2975\nsamples = 19\nvalue = [ 18. 0. 1. 0.]", shape="box"] ;
8 -> 10 ;
11 [label="X[0] <= 89.9908\nentropy = 1.37095059445\nsamples = 5", shape="box"] ;
7 -> 11 ;
12 [label="entropy = 1.0000\nsamples = 2\nvalue = [ 1. 0. 0. 1.]", shape="box"] ;
11 -> 12 ;
13 [label="entropy = 0.0000\nsamples = 3\nvalue = [ 0. 3. 0. 0.]", shape="box"] ;
11 -> 13 ;
14 [label="entropy = 0.0000\nsamples = 12\nvalue = [ 0. 0. 12. 0.]", shape="box"] ;
6 -> 14 ;
}