-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclasstree.dot
More file actions
51 lines (51 loc) · 2.25 KB
/
classtree.dot
File metadata and controls
51 lines (51 loc) · 2.25 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
44
45
46
47
48
49
50
51
digraph Tree {
0 [label="X[0] <= 20.1500\ngini = 0.413436692506\nsamples = 129", shape="box"] ;
1 [label="X[0] <= 9.8000\ngini = 0.507325481184\nsamples = 59", shape="box"] ;
0 -> 1 ;
2 [label="X[0] <= 1.7500\ngini = 0.337777777778\nsamples = 15", shape="box"] ;
1 -> 2 ;
3 [label="gini = 0.0000\nsamples = 4\nvalue = [ 4. 0. 0.]", shape="box"] ;
2 -> 3 ;
4 [label="X[0] <= 4.0500\ngini = 0.429752066116\nsamples = 11", shape="box"] ;
2 -> 4 ;
5 [label="gini = 0.6667\nsamples = 3\nvalue = [ 1. 1. 1.]", shape="box"] ;
4 -> 5 ;
6 [label="gini = 0.2188\nsamples = 8\nvalue = [ 7. 0. 1.]", shape="box"] ;
4 -> 6 ;
7 [label="X[0] <= 17.8500\ngini = 0.41632231405\nsamples = 44", shape="box"] ;
1 -> 7 ;
8 [label="X[0] <= 14.4000\ngini = 0.361495844875\nsamples = 38", shape="box"] ;
7 -> 8 ;
9 [label="gini = 0.2076\nsamples = 17\nvalue = [ 2. 0. 15.]", shape="box"] ;
8 -> 9 ;
10 [label="gini = 0.4444\nsamples = 21\nvalue = [ 7. 0. 14.]", shape="box"] ;
8 -> 10 ;
11 [label="X[0] <= 19.0000\ngini = 0.444444444444\nsamples = 6", shape="box"] ;
7 -> 11 ;
12 [label="gini = 0.4444\nsamples = 3\nvalue = [ 2. 0. 1.]", shape="box"] ;
11 -> 12 ;
13 [label="gini = 0.4444\nsamples = 3\nvalue = [ 2. 0. 1.]", shape="box"] ;
11 -> 13 ;
14 [label="X[0] <= 23.6000\ngini = 0.0820408163265\nsamples = 70", shape="box"] ;
0 -> 14 ;
15 [label="X[0] <= 21.3000\ngini = 0.244897959184\nsamples = 14", shape="box"] ;
14 -> 15 ;
16 [label="gini = 0.3200\nsamples = 5\nvalue = [ 4. 0. 1.]", shape="box"] ;
15 -> 16 ;
17 [label="X[0] <= 22.4500\ngini = 0.197530864198\nsamples = 9", shape="box"] ;
15 -> 17 ;
18 [label="gini = 0.0000\nsamples = 4\nvalue = [ 4. 0. 0.]", shape="box"] ;
17 -> 18 ;
19 [label="gini = 0.3200\nsamples = 5\nvalue = [ 4. 0. 1.]", shape="box"] ;
17 -> 19 ;
20 [label="X[0] <= 28.2000\ngini = 0.0350765306122\nsamples = 56", shape="box"] ;
14 -> 20 ;
21 [label="X[0] <= 27.0500\ngini = 0.0997229916898\nsamples = 19", shape="box"] ;
20 -> 21 ;
22 [label="gini = 0.0000\nsamples = 13\nvalue = [ 13. 0. 0.]", shape="box"] ;
21 -> 22 ;
23 [label="gini = 0.2778\nsamples = 6\nvalue = [ 5. 0. 1.]", shape="box"] ;
21 -> 23 ;
24 [label="gini = 0.0000\nsamples = 37\nvalue = [ 37. 0. 0.]", shape="box"] ;
20 -> 24 ;
}