Learn R Programming

data.tree (version 0.1.6)

mushroom: Data Used by the ID3 Vignette

Description

mushroom contains attributes of mushrooms. We can use this data to predict a mushroom's toxicity based on its attributes. The attributes available in the data set are:

Usage

data(mushroom)

Arguments

format

data.frame

Details

  • color the weather outlook
  • size The temperature of the day (Hot, Mild, Cool, Cold)
  • points The humidity (High, Normal, Low)
  • edibility The wind on the day (Weak, Strong)