The Iris dataset is possibly the best-known database in pattern recognition literature. It contains 3 classes of 50 instances each, where each class refers to a type of iris plant.
Features
- Sepal Length: Sepal length (cm)
- Sepal Width: Sepal width (cm)
- Petal Length: Petal length (cm)
- Petal Width: Petal width (cm)
Classes (Target)
- Iris Setosa: 50 samples
- Iris Versicolour: 50 samples
- Iris Virginica: 50 samples
Important property: The Iris Setosa class is linearly separable from the other two, while Iris Versicolour and Iris Virginica are not linearly separable from each other.