SqueezeBrains SDK 1.13
sb_cs::SbResModel Class Reference

Model res Class that wraps the sb_t_res_model structure More...

#include <cs_res.h>

Collaboration diagram for sb_cs::SbResModel:

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...
 

Detailed Description

Model res Class that wraps the sb_t_res_model structure

Definition at line 78 of file cs_res.h.

Field Documentation

◆ disabled

int sb_cs::SbResModel::disabled

: Count of samples with model disabled.

See also
sb_t_res_model::disabled

Definition at line 126 of file cs_res.h.

◆ fn

int sb_cs::SbResModel::fn

: Count of False Negative.

See also
sb_t_res_model::fn

Definition at line 102 of file cs_res.h.

◆ fp

int sb_cs::SbResModel::fp

: Count of False Positive.

See also
sb_t_res_model::fp

Definition at line 96 of file cs_res.h.

◆ on

int sb_cs::SbResModel::on

: Count of Optional Negative.

See also
sb_t_res_model::on

Definition at line 114 of file cs_res.h.

◆ op

int sb_cs::SbResModel::op

: Count of Optional Positive.

See also
sb_t_res_model::op

Definition at line 108 of file cs_res.h.

◆ out_of_roi

int sb_cs::SbResModel::out_of_roi

: Count of Out Of ROI.

See also
sb_t_res_model::out_of_roi

Definition at line 120 of file cs_res.h.

◆ surface

SbSurfaceRes sb_cs::SbResModel::surface

: Surface specific results.

See also
sb_t_res_model::surface

Definition at line 132 of file cs_res.h.

◆ tn

int sb_cs::SbResModel::tn

: Count of True Negative.

See also
sb_t_res_model::tn

Definition at line 90 of file cs_res.h.

◆ tp

int sb_cs::SbResModel::tp

: Count of True Positive.

See also
sb_t_res_model::tp

Definition at line 84 of file cs_res.h.


The documentation for this class was generated from the following file: