-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclasstree7.dot
More file actions
43 lines (43 loc) · 1.87 KB
/
classtree7.dot
File metadata and controls
43 lines (43 loc) · 1.87 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[0] <= 19.0000\ngini = 0.360435070008\nsamples = 129", shape="box"] ;
1 [label="X[0] <= 10.3500\ngini = 0.501890359168\nsamples = 46", shape="box"] ;
0 -> 1 ;
2 [label="X[0] <= 7.5000\ngini = 0.378698224852\nsamples = 13", shape="box"] ;
1 -> 2 ;
3 [label="X[0] <= 6.3500\ngini = 0.53125\nsamples = 8", shape="box"] ;
2 -> 3 ;
4 [label="gini = 0.4490\nsamples = 7\nvalue = [ 5. 1. 1.]", shape="box"] ;
3 -> 4 ;
5 [label="gini = 0.0000\nsamples = 1\nvalue = [ 0. 0. 1.]", shape="box"] ;
3 -> 5 ;
6 [label="gini = 0.0000\nsamples = 5\nvalue = [ 5. 0. 0.]", shape="box"] ;
2 -> 6 ;
7 [label="X[0] <= 14.4000\ngini = 0.367309458219\nsamples = 33", shape="box"] ;
1 -> 7 ;
8 [label="X[0] <= 13.2500\ngini = 0.152777777778\nsamples = 12", shape="box"] ;
7 -> 8 ;
9 [label="gini = 0.3200\nsamples = 5\nvalue = [ 1. 0. 4.]", shape="box"] ;
8 -> 9 ;
10 [label="gini = 0.0000\nsamples = 7\nvalue = [ 0. 0. 7.]", shape="box"] ;
8 -> 10 ;
11 [label="X[0] <= 16.7000\ngini = 0.444444444444\nsamples = 21", shape="box"] ;
7 -> 11 ;
12 [label="gini = 0.4861\nsamples = 12\nvalue = [ 5. 0. 7.]", shape="box"] ;
11 -> 12 ;
13 [label="gini = 0.3457\nsamples = 9\nvalue = [ 2. 0. 7.]", shape="box"] ;
11 -> 13 ;
14 [label="X[0] <= 28.2000\ngini = 0.0470314994919\nsamples = 83", shape="box"] ;
0 -> 14 ;
15 [label="X[0] <= 27.0500\ngini = 0.0997229916898\nsamples = 38", shape="box"] ;
14 -> 15 ;
16 [label="X[0] <= 23.6000\ngini = 0.060546875\nsamples = 32", shape="box"] ;
15 -> 16 ;
17 [label="gini = 0.1244\nsamples = 15\nvalue = [ 14. 0. 1.]", shape="box"] ;
16 -> 17 ;
18 [label="gini = 0.0000\nsamples = 17\nvalue = [ 17. 0. 0.]", shape="box"] ;
16 -> 18 ;
19 [label="gini = 0.2778\nsamples = 6\nvalue = [ 5. 0. 1.]", shape="box"] ;
15 -> 19 ;
20 [label="gini = 0.0000\nsamples = 45\nvalue = [ 45. 0. 0.]", shape="box"] ;
14 -> 20 ;
}