-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadspy_temp.dot
More file actions
37 lines (37 loc) · 1.95 KB
/
adspy_temp.dot
File metadata and controls
37 lines (37 loc) · 1.95 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
digraph Tree {
node [shape=box, style="filled", color="black", fontname="helvetica"] ;
edge [fontname="helvetica"] ;
0 [label="mean concave points <= 0.049\nsamples = 426\nvalue = [159, 267]\nclass = benign", fillcolor="#afd7f4"] ;
1 [label="worst area <= 952.9\nsamples = 260\nvalue = [13, 247]\nclass = benign", fillcolor="#43a2e6"] ;
0 -> 1 [labeldistance=2.5, labelangle=45, headlabel="True"] ;
2 [label="area error <= 38.885\nsamples = 252\nvalue = [7, 245]\nclass = benign", fillcolor="#3fa0e6"] ;
1 -> 2 ;
3 [label="worst texture <= 30.145\nsamples = 244\nvalue = [4, 240]\nclass = benign", fillcolor="#3c9fe5"] ;
2 -> 3 ;
4 [label="samples = 212\nvalue = [0, 212]\nclass = benign", fillcolor="#399de5"] ;
3 -> 4 ;
5 [label="samples = 32\nvalue = [4, 28]\nclass = benign", fillcolor="#55abe9"] ;
3 -> 5 ;
6 [label="samples = 8\nvalue = [3, 5]\nclass = benign", fillcolor="#b0d8f5"] ;
2 -> 6 ;
7 [label="samples = 8\nvalue = [6, 2]\nclass = malignant", fillcolor="#eeab7b"] ;
1 -> 7 ;
8 [label="worst area <= 785.8\nsamples = 166\nvalue = [146, 20]\nclass = malignant", fillcolor="#e99254"] ;
0 -> 8 [labeldistance=2.5, labelangle=-45, headlabel="False"] ;
9 [label="worst texture <= 23.74\nsamples = 30\nvalue = [13, 17]\nclass = benign", fillcolor="#d0e8f9"] ;
8 -> 9 ;
10 [label="samples = 14\nvalue = [0, 14]\nclass = benign", fillcolor="#399de5"] ;
9 -> 10 ;
11 [label="worst smoothness <= 0.166\nsamples = 16\nvalue = [13, 3]\nclass = malignant", fillcolor="#eb9e67"] ;
9 -> 11 ;
12 [label="samples = 8\nvalue = [5, 3]\nclass = malignant", fillcolor="#f5cdb0"] ;
11 -> 12 ;
13 [label="samples = 8\nvalue = [8, 0]\nclass = malignant", fillcolor="#e58139"] ;
11 -> 13 ;
14 [label="worst texture <= 19.385\nsamples = 136\nvalue = [133, 3]\nclass = malignant", fillcolor="#e6843d"] ;
8 -> 14 ;
15 [label="samples = 9\nvalue = [6, 3]\nclass = malignant", fillcolor="#f2c09c"] ;
14 -> 15 ;
16 [label="samples = 127\nvalue = [127, 0]\nclass = malignant", fillcolor="#e58139"] ;
14 -> 16 ;
}