-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclasstree7_with_gust.dot
More file actions
43 lines (43 loc) · 1.83 KB
/
classtree7_with_gust.dot
File metadata and controls
43 lines (43 loc) · 1.83 KB
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
digraph Tree {
0 [label="X[1] <= 30.5000\ngini = 0.403341145364\nsamples = 129", shape="box"] ;
1 [label="X[0] <= 9.8000\ngini = 0.501157024793\nsamples = 55", shape="box"] ;
0 -> 1 ;
2 [label="X[0] <= 4.0500\ngini = 0.24\nsamples = 15", shape="box"] ;
1 -> 2 ;
3 [label="X[0] <= 1.7500\ngini = 0.40625\nsamples = 8", shape="box"] ;
2 -> 3 ;
4 [label="gini = 0.0000\nsamples = 5\nvalue = [ 5. 0. 0.]", shape="box"] ;
3 -> 4 ;
5 [label="gini = 0.6667\nsamples = 3\nvalue = [ 1. 1. 1.]", shape="box"] ;
3 -> 5 ;
6 [label="gini = 0.0000\nsamples = 7\nvalue = [ 7. 0. 0.]", shape="box"] ;
2 -> 6 ;
7 [label="X[1] <= 22.4500\ngini = 0.34875\nsamples = 40", shape="box"] ;
1 -> 7 ;
8 [label="X[1] <= 19.0000\ngini = 0.0907029478458\nsamples = 21", shape="box"] ;
7 -> 8 ;
9 [label="gini = 0.0000\nsamples = 16\nvalue = [ 0. 0. 16.]", shape="box"] ;
8 -> 9 ;
10 [label="gini = 0.3200\nsamples = 5\nvalue = [ 1. 0. 4.]", shape="box"] ;
8 -> 10 ;
11 [label="X[1] <= 24.7500\ngini = 0.487534626039\nsamples = 19", shape="box"] ;
7 -> 11 ;
12 [label="gini = 0.4444\nsamples = 6\nvalue = [ 4. 0. 2.]", shape="box"] ;
11 -> 12 ;
13 [label="gini = 0.4260\nsamples = 13\nvalue = [ 4. 0. 9.]", shape="box"] ;
11 -> 13 ;
14 [label="X[1] <= 32.8000\ngini = 0.0529583637692\nsamples = 74", shape="box"] ;
0 -> 14 ;
15 [label="X[0] <= 23.6000\ngini = 0.5\nsamples = 6", shape="box"] ;
14 -> 15 ;
16 [label="X[0] <= 21.8500\ngini = 0.625\nsamples = 4", shape="box"] ;
15 -> 16 ;
17 [label="gini = 0.4444\nsamples = 3\nvalue = [ 2. 1. 0.]", shape="box"] ;
16 -> 17 ;
18 [label="gini = 0.0000\nsamples = 1\nvalue = [ 0. 0. 1.]", shape="box"] ;
16 -> 18 ;
19 [label="gini = 0.0000\nsamples = 2\nvalue = [ 2. 0. 0.]", shape="box"] ;
15 -> 19 ;
20 [label="gini = 0.0000\nsamples = 68\nvalue = [ 68. 0. 0.]", shape="box"] ;
14 -> 20 ;
}