powered by
## S3 method for class 'modeling.procedure': predict(object, model, x, ...)
emil
modeling.procedure
evaluate.modeling
fit
tune
vimp
proc <- modeling.procedure("lda") mod <- fit(proc, x=iris[-5], y=iris$Species) pred <- predict(proc, mod, iris[-5])
Run the code above in your browser using DataLab