wozek/ai-wozek/decision_tree

75 lines
1.8 KiB
Plaintext

digraph {
root [label=root]
Label_State [label=Label_State]
no [label=no]
Label_State -> no [label=""]
Height [label=Height]
no -> Height [label=""]
no [label=no shape=box]
Height -> no [label=medium]
no [label=no shape=box]
Height -> no [label=big]
small [label=small]
Height -> small [label=""]
Width [label=Width]
small -> Width [label=""]
small [label=small]
Width -> small [label=""]
Depth [label=Depth]
small -> Depth [label=""]
no [label=no shape=box]
Depth -> no [label=big]
yes [label=yes shape=box]
Depth -> yes [label=medium]
no [label=no shape=box]
Width -> no [label=big]
medium [label=medium]
Width -> medium [label=""]
Depth [label=Depth]
medium -> Depth [label=""]
no [label=no shape=box]
Depth -> no [label=big]
yes [label=yes shape=box]
Depth -> yes [label=medium]
yes [label=yes shape=box]
Depth -> yes [label=small]
yes [label=yes]
Label_State -> yes [label=""]
Damage [label=Damage]
yes -> Damage [label=""]
yes [label=yes shape=box]
Damage -> yes [label=no]
yes [label=yes]
Damage -> yes [label=""]
Height [label=Height]
yes -> Height [label=""]
no [label=no shape=box]
Height -> no [label=medium]
no [label=no shape=box]
Height -> no [label=big]
small [label=small]
Height -> small [label=""]
Width [label=Width]
small -> Width [label=""]
no [label=no shape=box]
Width -> no [label=big]
small [label=small]
Width -> small [label=""]
Depth [label=Depth]
small -> Depth [label=""]
yes [label=yes shape=box]
Depth -> yes [label=medium]
no [label=no shape=box]
Depth -> no [label=big]
yes [label=yes shape=box]
Depth -> yes [label=small]
medium [label=medium]
Width -> medium [label=""]
Value [label=Value]
medium -> Value [label=""]
yes [label=yes shape=box]
Value -> yes [label=cheap]
no [label=no shape=box]
Value -> no [label=expensive]
}