| tictactoe | R Documentation |
This is a shuffled version of the Tic-Tac-Toe Endgame Data Set on UCI Machine Learning Repository.
data("tictactoe")
A data frame with 958 observations on the following 10 variables.
c1a factor with levels b, o, x
c2a factor with levels b, o, x
c3a factor with levels b, o, x
c4a factor with levels b, o, x
c5a factor with levels b, o, x
c6a factor with levels b, o, x
c7a factor with levels b, o, x
c8a factor with levels b, o, x
c9a factor with levels b, o, x
labelan integer with values 0, 1
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").
https://archive.ics.uci.edu/ml/datasets/Tic-Tac-Toe+Endgame
data(tictactoe)
## maybe str(tictactoe) ; plot(tictactoe) ...
#clean up
rm(list = ls())
gc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.