-
Notifications
You must be signed in to change notification settings - Fork 10
/
data-description (kr-vs-kp).txt
110 lines (95 loc) · 4.02 KB
/
data-description (kr-vs-kp).txt
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
1. Title: Chess End-Game -- King+Rook versus King+Pawn on a7
(usually abbreviated KRKPA7). The pawn on a7 means it is one square
away from queening. It is the King+Rook's side (white) to move.
2. Sources:
(a) Database originally generated and described by Alen Shapiro.
(b) Donor/Coder: Rob Holte ([email protected]). The database
was supplied to Holte by Peter Clark of the Turing Institute
in Glasgow ([email protected]).
(c) Date: 1 August 1989
3. Past Usage:
- Alen D. Shapiro (1983,1987), "Structured Induction in Expert Systems",
Addison-Wesley. This book is based on Shapiro's Ph.D. thesis (1983)
at the University of Edinburgh entitled "The Role of Structured
Induction in Expert Systems".
- Stephen Muggleton (1987), "Structuring Knowledge by Asking Questions",
pp.218-229 in "Progress in Machine Learning", edited by I. Bratko
and Nada Lavrac, Sigma Press, Wilmslow, England SK9 5BB.
- Robert C. Holte, Liane Acker, and Bruce W. Porter (1989),
"Concept Learning and the Problem of Small Disjuncts",
Proceedings of IJCAI. Also available as technical report AI89-106,
Computer Sciences Department, University of Texas at Austin,
Austin, Texas 78712.
4. Relevant Information:
The dataset format is described below. Note: the format of this
database was modified on 2/26/90 to conform with the format of all
the other databases in the UCI repository of machine learning databases.
5. Number of Instances: 3196 total
6. Number of Attributes: 36
7. Attribute Summaries:
Classes (2): -- White-can-win ("won") and White-cannot-win ("nowin").
I believe that White is deemed to be unable to win if the Black pawn
can safely advance.
Attributes: see Shapiro's book.
8. Missing Attributes: -- none
9. Class Distribution:
In 1669 of the positions (52%), White can win.
In 1527 of the positions (48%), White cannot win.
The format for instances in this database is a sequence of 37 attribute values.
Each instance is a board-descriptions for this chess endgame. The first
36 attributes describe the board. The last (37th) attribute is the
classification: "win" or "nowin". There are 0 missing values.
A typical board-description is
f,f,f,f,f,f,f,f,f,f,f,f,l,f,n,f,f,t,f,f,f,f,f,f,f,t,f,f,f,f,f,f,f,t,t,n,won
The names of the features do not appear in the board-descriptions.
Instead, each feature correponds to a particular position in the
feature-value list. For example, the head of this list is the value
for the feature "bkblk". The following is the list of features, in
the order in which their values appear in the feature-value list:
[bkblk,bknwy,bkon8,bkona,bkspr,bkxbq,bkxcr,bkxwp,blxwp,bxqsq,cntxt,dsopp,dwipd,
hdchk,katri,mulch,qxmsq,r2ar8,reskd,reskr,rimmx,rkxwp,rxmsq,simpl,skach,skewr,
skrxp,spcop,stlmt,thrsk,wkcti,wkna8,wknck,wkovl,wkpos,wtoeg]
In the file, there is one instance (board position) per line.
Num Instances: 3196
Num Attributes: 37
Num Continuous: 0 (Int 0 / Real 0)
Num Discrete: 37
Missing values: 0 / 0.0%.
Field Name Order Type (Format)
bkblk 1 string (default)
bknwy 2 string (default)
bkon8 3 string (default)
bkona 4 string (default)
bkspr 5 string (default)
bkxbq 6 string (default)
bkxcr 7 string (default)
bkxwp 8 string (default)
blxwp 9 string (default)
bxqsq 10 string (default)
cntxt 11 string (default)
dsopp 12 string (default)
dwipd 13 string (default)
hdchk 14 string (default)
katri 15 string (default)
mulch 16 string (default)
qxmsq 17 string (default)
r2ar8 18 string (default)
reskd 19 string (default)
reskr 20 string (default)
rimmx 21 string (default)
rkxwp 22 string (default)
rxmsq 23 string (default)
simpl 24 string (default)
skach 25 string (default)
skewr 26 string (default)
skrxp 27 string (default)
spcop 28 string (default)
stlmt 29 string (default)
thrsk 30 string (default)
wkcti 31 string (default)
wkna8 32 string (default)
wknck 33 string (default)
wkovl 34 string (default)
wkpos 35 string (default)
wtoeg 36 string (default)
class 37 string (default)