This generic is used to present an rtemis object by printing to console and drawing plots.
Examples
if (FALSE) { # interactive()
ir <- set_outcome(iris, "Sepal.Length")
seplen_lightrf <- train(ir, algorithm = "lightrf")
present(seplen_lightrf)
}
This generic is used to present an rtemis object by printing to console and drawing plots.
if (FALSE) { # interactive()
ir <- set_outcome(iris, "Sepal.Length")
seplen_lightrf <- train(ir, algorithm = "lightrf")
present(seplen_lightrf)
}