Learn R Programming

sbrl (version 1.2)

tictactoe: SHUFFLED TIC-TAC-TOE-ENDGAME DATASET

Description

This is a shuffled version of the Tic-Tac-Toe Endgame Data Set on UCI Machine Learning Repository.

Usage

data("tictactoe")

Arguments

Format

A data frame with 958 observations on the following 10 variables.

Source

https://archive.ics.uci.edu/ml/datasets/Tic-Tac-Toe+Endgame

Details

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").

Examples

Run this code
data(tictactoe)
## maybe str(tictactoe) ; plot(tictactoe) ...

Run the code above in your browser using DataLab