View source: R/classifier_model_summary.R
combine.predicted.list | R Documentation |
combine outcomes of multiple predictors
combine.predicted.list(predicted.list, min.prob = 0.25)
predicted.list |
a list of predicted outcomes (tables). Each table should have two columns: prob, predicted |
min.prob |
a minimum probability/likelihood to be called a class. (default = 0.25) |
combined table (prob, predicted) of each table will be prefixed with class name, and combined. The last two columns will be the final outcomes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.