-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcobweb_1.metta
31 lines (26 loc) · 1.27 KB
/
cobweb_1.metta
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
; (convert-to-metta-file cobweb_1 $_317642 cobweb/cobweb_1.pl cobweb/cobweb_1.metta)
(= (features ((numeric minPrice) (nominal tv) (nominal bar))) True)
; /********************************************************************/
; /* cobweb_1.pro Last modification: Sun 2 Feb 1992 12:47:23 */
; /********************************************************************/
; /********************************************************************/
; /* Data set describing a set of fictitious hotels (price per room, */
; /* furnishings). The learning result should be a grouping into cheap*/
; /* and luxury hotels. */
; /********************************************************************/
; ; Description of the features as a list of (type and name)
; ; minimum price per room
; ; room with TV? ;
; room with bar?
;
; Description of the cases
;
; (first element: case-id (will not be used in clustering),
;
; rest: feature values in accordance to the description of features above)
(= (case (sheraton 250.0 y y)) True)
(= (case (ritz 223.0 y y)) True)
(= (case (kempinski 224.0 y y)) True)
(= (case (sonja 40.0 n y)) True)
(= (case (ostermann 35 n n)) True)
(= (case (zur_gruenen_wiese 50 y n)) True)