-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput_2res.arff
More file actions
executable file
·30 lines (27 loc) · 938 Bytes
/
input_2res.arff
File metadata and controls
executable file
·30 lines (27 loc) · 938 Bytes
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
% 1. Title: Restaurant Domain
%
@RELATION restaurant
@ATTRIBUTE Alternate {yes,no}
@ATTRIBUTE Bar {yes,no}
@ATTRIBUTE FriSat {yes,no}
@ATTRIBUTE Hungry {yes,no}
@ATTRIBUTE Patrons {none,some,full}
@ATTRIBUTE Price {$,$$,$$$}
@ATTRIBUTE Raining {yes,no}
@ATTRIBUTE Reservation {yes,no}
@ATTRIBUTE Type {french,italian,thai,burger}
@ATTRIBUTE WaitEstimate {0-10,10-30,30-60,>60}
@ATTRIBUTE WillWait {yes,no}
@DATA
yes,no,no,yes,some,$$$,no,yes,french,0-10,yes
yes,no,no,yes,full,$,no,no,thai,30-60,no
no,yes,no,no,some,$,no,no,burger,0-10,yes
yes,no,yes,yes,full,$,yes,no,thai,10-30,yes
yes,no,yes,no,full,$$$,no,yes,french,>60,no
no,yes,no,yes,some,$$,yes,yes,italian,0-10,yes
no,yes,no,no,none,$,yes,no,burger,0-10,no
no,no,no,yes,some,$,yes,yes,thai,0-10,yes
no,yes,yes,no,full,$,yes,no,burger,>60,no
yes,yes,yes,yes,full,$$$,no,yes,itailan,10-30,no
no,no,no,no,none,$,no,no,thai,0-10,no
yes,yes,yes,yes,full,$,no,no,burger,30-60,yes