extract_confusion_matrix | R Documentation |
Computes and extracts the confusion matrix for predicted and
observed categorical outcomes used in a familiarEnsemble
object.
extract_confusion_matrix(
object,
data,
cl = NULL,
ensemble_method = waiver(),
detail_level = waiver(),
is_pre_processed = FALSE,
message_indent = 0L,
verbose = FALSE,
...
)
object |
A |
data |
A |
cl |
Cluster created using the |
ensemble_method |
Method for ensembling predictions from models for the same sample. Available methods are:
|
detail_level |
(optional) Sets the level at which results are computed and aggregated.
Note that each level of detail has a different interpretation for bootstrap
confidence intervals. For
A non-default |
is_pre_processed |
Flag that indicates whether the data was already
pre-processed externally, e.g. normalised and clustered. Only used if the
|
message_indent |
Number of indentation steps for messages shown during computation and extraction of various data elements. |
verbose |
Flag to indicate whether feedback should be provided on the computation and extraction of various data elements. |
... |
Unused arguments. |
A data.table containing predicted and observed outcome data together with a co-occurence count.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.