# NOT RUN {
data("iris")
classifier <- RCAR(Species~., iris)
classifier
# make predictions for the first few instances of iris
predict(classifier, head(iris))
# inspect the rule base
inspect(rules(classifier))
# }
Run the code above in your browser using DataLab