View source: R/classifier_model_summary.R
predict.multiClass | R Documentation |
returns a table where each rows is predicted outcomes of a sample, by applying predictive models
## S3 method for class 'multiClass' predict(models, dd, type = "raw")
models |
a list of models which is an outcome of
|
dd |
input matrix, of dimension |
type |
either "raw" or "prob", for the number/class predictions or class probabilities, respectively. Class probabilities are not available for all classification models |
a table where each rows is predicted outcomes of applying predictive models to a sample
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.