Doxygen
|
|
decision stump definition More...
#include <TrainExamples.h>
Public Attributes | |
int | featureIndex |
long double | weightedError |
double | threshold |
float | margin |
int | toggle |
decision stump definition
featureIndex | |
weightedError | achieved weighted error |
threshold | |
margin | achieved margin |
toggle | +1 or -1 |
Definition at line 46 of file TrainExamples.h.
int stumpRule::featureIndex |
Definition at line 47 of file TrainExamples.h.
float stumpRule::margin |
Definition at line 50 of file TrainExamples.h.
double stumpRule::threshold |
Definition at line 49 of file TrainExamples.h.
int stumpRule::toggle |
Definition at line 51 of file TrainExamples.h.
long double stumpRule::weightedError |
Definition at line 48 of file TrainExamples.h.