Description Usage Arguments Value
Evaluate performance of segmentation models based on their outputs
1 | oasisad_eva(pred, truth, pos_l = NULL)
|
pred |
a vector includes predicted labels from model. |
truth |
a vector includes true labels. Please check labels' names in pred and truth are same. |
pos_l |
a value indicates the positive label. If NULL, default will set last value from table function as positive label. |
a table includes evaluation metrics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.