Doxygen
trainParams Struct Reference

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
 

Detailed Description

human interface for adaboost training

Parameters
layerTargetDetectionRatelayer wide target detection rate
layerTargetFalsePositiveRatelayer wide target false positive rate
overallTargetDetectionRateoverall target detection rate
overallTargetFalsePositiveRateoverall target false positive rate
positiveTotalWeighttotal weight for positives
positiveExamplespathFile to positive samples
negativeExamplespathFile to negative samples
positiveTestExamplespathFile to positive samples for testing
negativeTestExamplespathFile to negative samples for testing
toFilefilename for all the additional recording (the constructed cascade for example)
allInMemorydo everything in memory

Definition at line 49 of file boostUtil.h.

Member Data Documentation

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.


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