View source: R/VisualizeOutput.R
| PlotConfusion | R Documentation |
Generate confusion table for the final prediction
PlotConfusion(prediction_result, actual_label, log2 = FALSE)
prediction_result |
Prediction result from PredictCellType |
actual_label |
Ground truth cell label |
log2 |
Log scale count (Default: False) |
A ggplot2 confusion table object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.