View source: R/classifier_model_summary.R
prediction_tables | R Documentation |
predict outcomes of observations in data using *selected features*
prediction_tables(data, cls, model)
data |
input matrix, of dimension |
cls |
class labels |
model |
a CV trained model, an output of cv_loop_train_iter |
A list of class (class labels), trained (names of trained samples), row.names (selected features), pred (predicted outcomes), and prob (probabilities of predicted outcomes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.