Doxygen
|
|
human interface for adaboost training More...
#include <boostUtil.h>
Public Attributes | |
float | layerTargetDetectionRate |
float | layerTargetFalsePositiveRate |
float | overallTargetDetectionRate |
float | overallTargetFalsePositiveRate |
long double | positiveTotalWeight |
const char * | positiveExamples |
const char * | negativeExamples |
const char * | positiveTestExamples |
const char * | negativeTestExamples |
const char * | toFile |
bool | allInMemory |
human interface for adaboost training
layerTargetDetectionRate | layer wide target detection rate |
layerTargetFalsePositiveRate | layer wide target false positive rate |
overallTargetDetectionRate | overall target detection rate |
overallTargetFalsePositiveRate | overall target false positive rate |
positiveTotalWeight | total weight for positives |
positiveExamples | pathFile to positive samples |
negativeExamples | pathFile to negative samples |
positiveTestExamples | pathFile to positive samples for testing |
negativeTestExamples | pathFile to negative samples for testing |
toFile | filename for all the additional recording (the constructed cascade for example) |
allInMemory | do everything in memory |
Definition at line 49 of file boostUtil.h.
bool trainParams::allInMemory |
Definition at line 60 of file boostUtil.h.
float trainParams::layerTargetDetectionRate |
Definition at line 50 of file boostUtil.h.
float trainParams::layerTargetFalsePositiveRate |
Definition at line 51 of file boostUtil.h.
const char* trainParams::negativeExamples |
Definition at line 56 of file boostUtil.h.
const char* trainParams::negativeTestExamples |
Definition at line 58 of file boostUtil.h.
float trainParams::overallTargetDetectionRate |
Definition at line 52 of file boostUtil.h.
float trainParams::overallTargetFalsePositiveRate |
Definition at line 53 of file boostUtil.h.
const char* trainParams::positiveExamples |
Definition at line 55 of file boostUtil.h.
const char* trainParams::positiveTestExamples |
Definition at line 57 of file boostUtil.h.
long double trainParams::positiveTotalWeight |
Definition at line 54 of file boostUtil.h.
const char* trainParams::toFile |
Definition at line 59 of file boostUtil.h.