![]()  | 
  
    SG++-Doxygen-Documentation
    
   | 
 
struct to encapsulate the classsifiers quality by its characteristic numbers More...
#include <TypesDatadriven.hpp>
Public Attributes | |
| size_t | falseNegative_ | 
| number of false negative classified instances  More... | |
| size_t | falsePositive_ | 
| number of false positive classified instances  More... | |
| size_t | trueNegative_ | 
| number of true negative classified instances  More... | |
| size_t | truePositive_ | 
| number of true positive classified instances  More... | |
struct to encapsulate the classsifiers quality by its characteristic numbers
| size_t sgpp::datadriven::ClassificatorQuality::falseNegative_ | 
number of false negative classified instances
Referenced by sgpp::datadriven::LearnerBaseSP::getCassificatorQuality(), and sgpp::datadriven::LearnerBase::getCassificatorQuality().
| size_t sgpp::datadriven::ClassificatorQuality::falsePositive_ | 
number of false positive classified instances
Referenced by sgpp::datadriven::LearnerBaseSP::getCassificatorQuality(), and sgpp::datadriven::LearnerBase::getCassificatorQuality().
| size_t sgpp::datadriven::ClassificatorQuality::trueNegative_ | 
number of true negative classified instances
Referenced by sgpp::datadriven::LearnerBaseSP::getCassificatorQuality(), and sgpp::datadriven::LearnerBase::getCassificatorQuality().
| size_t sgpp::datadriven::ClassificatorQuality::truePositive_ | 
number of true positive classified instances
Referenced by sgpp::datadriven::LearnerBaseSP::getCassificatorQuality(), and sgpp::datadriven::LearnerBase::getCassificatorQuality().