tic-tac-toe

From MaRDI portal
Dataset:6032906



OpenML50MaRDI QIDQ6032906

OpenML dataset with id 50

No author found.

Full work available at URL: https://api.openml.org/data/v1/download/50/tic-tac-toe.arff

Upload date: 6 April 2014


Dataset Characteristics

Number of classes: 2
Number of features: 10 (numeric: 0, symbolic: 10 and in total binary: 1 )
Number of instances: 958
Number of instances with missing values: 0
Number of missing values: 0

Author: David W. Aha Source: UCI - 1991 Please cite: UCI

Tic-Tac-Toe Endgame database This database encodes the complete set of possible board configurations at the end of tic-tac-toe games, where "x" is assumed to have played first. The target concept is "win for x" (i.e., true when "x" has one of 8 possible ways to create a "three-in-a-row").

Attribute Information

    (x=player x has taken, o=player o has taken, b=blank)
    1. top-left-square: {x,o,b}
    2. top-middle-square: {x,o,b}
    3. top-right-square: {x,o,b}
    4. middle-left-square: {x,o,b}
    5. middle-middle-square: {x,o,b}
    6. middle-right-square: {x,o,b}
    7. bottom-left-square: {x,o,b}
    8. bottom-middle-square: {x,o,b}
    9. bottom-right-square: {x,o,b}
   10. Class: {positive,negative}