![]() |
SqueezeBrains SDK 1.18
|
Model res Class that wraps the sb_t_res_model structure More...
#include <cs_res.h>

Data Fields | |
| int | tp |
| : Count of True Positive. More... | |
| int | tn |
| : Count of True Negative. More... | |
| int | fp |
| : Count of False Positive. More... | |
| int | fn |
| : Count of False Negative. More... | |
| int | op |
| : Count of Optional Positive. More... | |
| int | on |
| : Count of Optional Negative. More... | |
| int | out_of_roi |
| : Count of Out Of ROI. More... | |
| int | disabled |
| : Count of samples with model disabled. More... | |
| SbSurfaceRes | surface |
| : Surface specific results. More... | |
Model res Class that wraps the sb_t_res_model structure
| int sb_cs::SbResModel::disabled |
: Count of samples with model disabled.
| int sb_cs::SbResModel::fn |
| int sb_cs::SbResModel::fp |
| int sb_cs::SbResModel::on |
| int sb_cs::SbResModel::op |
| int sb_cs::SbResModel::out_of_roi |
| SbSurfaceRes sb_cs::SbResModel::surface |
: Surface specific results.
| int sb_cs::SbResModel::tn |
| int sb_cs::SbResModel::tp |