View source: R/classifier_model_summary.R
predict.consensus.multiclass | R Documentation |
returns a table where each rows is predicted outcomes of a sample, by applying predictive models
## S3 method for class 'consensus.multiclass' predict(models, data, final.class = NA, min.prob = 0.25)
models |
a list of models each of which is an outcome of
|
data |
input matrix, of dimension |
final.class |
the name (column heading) of final class outcomes, majority among multiple classes |
min.prob |
minimum probability for a sample to be classified to a class (default: 0.25) |
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.