powered by
Summary method for the confusion matrix
# S3 method for confusion summary(object, dec = 3, ...)
Return value from confusion
confusion
Number of decimals to show
further arguments passed to or from other methods
See https://radiant-rstats.github.io/docs/model/evalbin.html for an example in Radiant
confusion to generate results
plot.confusion to visualize result
plot.confusion
data.frame(buy = dvd$buy, pred1 = runif(20000), pred2 = ifelse(dvd$buy == "yes", 1, 0)) %>% confusion(c("pred1", "pred2"), "buy") %>% summary()
Run the code above in your browser using DataLab