Modification of iris
dataset. Measurements in
centimeters of the variables sepal length and width and petal length and
width, respectively, for 50 flowers from each of 3 species of iris. The
possible classifications are positive (setosa) and negative (versicolor +
virginica).
iris0
A data frame with 150 instances, 50 of which belong to positive class, and 5 variables:
Measurement of sepal length, in cm. Continuous attribute.
Measurement of sepal width, in cm. Continuous attribute.
Measurement of petal length, in cm. Continuous attribute.
Measurement of petal width, in cm. Continuous attribute.
Two possible classes: positive (setosa) and negative (versicolor + virginica).