-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcobweb_4.metta
28 lines (22 loc) · 1.16 KB
/
cobweb_4.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
; (convert-to-metta-file cobweb_4 $_504454 cobweb/cobweb_4.pl cobweb/cobweb_4.metta)
(= (features ((nominal tails) (nominal color) (nominal nuclei))) True)
; /********************************************************************/
; /* cobweb_4.pro Last modification: Sun 2 Feb 1992 12:46:30 */
; /********************************************************************/
; /********************************************************************/
; /* COBWEB example data-set: Cell descriptions */
; /* Source: from J. Gennari, P. Langley, D. Fisher: */
; /* 'Models of Incremental Concept Formation', */
; /* Artificial Intelligence 40, 1989, page 30, Fig. 3 */
; /********************************************************************/
; ; Description of the features as a list of (type and name)
;
; 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 (cell1 one light one)) True)
(= (case (cell2 two dark two)) True)
(= (case (cell3 two light two)) True)
(= (case (cell4 one dark three)) True)