![]() |
SqueezeBrains SDK 1.18
|
Statistics of a model. More...
#include <sb.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 | mod_disabled |
| Count of samples with model disabled. More... | |
| sb_t_range_flt | tp_weight |
| Range of classification weight of the True Positive samples. | |
| sb_t_range_flt | tn_weight |
| Range of classification weight of the True Negative samples. | |
| sb_t_range_flt | fp_weight |
| Range of classification weight of the False Positive samples. | |
| sb_t_range_flt | fn_weight |
| Range of classification weight of the False Negative samples. | |
| sb_t_range_flt | op_weight |
| Range of classification weight of the Optional Positive samples. | |
| sb_t_range_flt | on_weight |
| Range of classification weight of the Optional Negative samples. | |
| sb_t_range_flt | or_weight |
| Range of classification weight of the out of the ROI samples. | |
| sb_t_metrics | metrics |
| Metrics. More... | |
| float | score |
| Level score. More... | |
Statistics of a model.
| int sb_t_stat_model::fn |
Count of False Negative.
| int sb_t_stat_model::fp |
Count of False Positive.
| sb_t_metrics sb_t_stat_model::metrics |
| int sb_t_stat_model::mod_disabled |
Count of samples with model disabled.
| int sb_t_stat_model::on |
Count of Optional Negative.
| int sb_t_stat_model::op |
Count of Optional Positive.
| int sb_t_stat_model::out_of_roi |
Count of Out Of ROI.
| float sb_t_stat_model::score |
| int sb_t_stat_model::tn |
Count of True Negative.
| int sb_t_stat_model::tp |
Count of True Positive.