

C4.5 with default arguments
Iris-setosa Iris-setosa
Iris-setosa Iris-setosa
Iris-setosa Iris-setosa
Iris-setosa Iris-setosa
Iris-setosa Iris-setosa


C4.5 with m=100
Iris-setosa Iris-setosa
Iris-setosa Iris-setosa
Iris-setosa Iris-setosa
Iris-setosa Iris-setosa
Iris-setosa Iris-setosa


C4.5 with minObjs=100
Iris-setosa Iris-setosa
Iris-setosa Iris-setosa
Iris-setosa Iris-setosa
Iris-setosa Iris-setosa
Iris-setosa Iris-setosa


C4.5 with -m 1 and -s
[5.9, 3.2, 4.8, 1.8, 'Iris-versicolor'] Iris-virginica
[4.9, 2.5, 4.5, 1.7, 'Iris-virginica'] Iris-versicolor

petal width <= 0.6:Iris-setosa (50.0)
petal width > 0.6:
|   petal width > 1.7:Iris-virginica (46.0)
|   petal width <= 1.7:
|   |   petal length <= 4.9:Iris-versicolor (48.0)
|   |   petal length > 4.9:
|   |   |   petal width <= 1.5:Iris-virginica (3.0)
|   |   |   petal width > 1.5:Iris-versicolor (3.0)

Classification accuracy: 0.953 (converted to tree: 0.953)
Brier score: 0.093 (converted to tree: 0.093)