Description Usage Arguments Value Author(s) Examples
Calculated hierarchical F1-score, median F1-score, percentage of rejected cells, percentage of internally labeled cells, confusion matrix, and population size
1 | evaluate(y_true, y_pred, tree)
|
y_true |
vector with true labels |
y_pred |
vector with predicted labels |
tree |
data.tree object storing the hierarchy used during classification |
A list containing the different evaluation metrics (median HF1-score, HF1-score per cell population, median F1-score, F1-score per cell population, and population size)
Lieke Michielsen and Jose Alquicira-Hernandez
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.