View source: R/classifier_model_summary.R
predict.consensus.subclass | R Documentation |
returns a table where each rows is predicted outcomes of a sample, by applying a predictive model
## S3 method for class 'consensus.subclass' predict(predicted, target_column, subclassify, submodel, data)
predicted |
a table where each rows is predicted outcomes of a sample,
i.e. outcome of a |
target_column |
which column to look for class label |
subclassify |
a class to subclassify |
submodel |
a list of models, which is an outcome of
|
data |
input matrix, of dimension |
amended predicted table with subclass labels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.