Doxygen
stumpRule Struct Reference

decision stump definition More...

#include <TrainExamples.h>

Public Attributes

int featureIndex
 
long double weightedError
 
double threshold
 
float margin
 
int toggle
 

Detailed Description

decision stump definition

Parameters
featureIndex
weightedErrorachieved weighted error
threshold
marginachieved margin
toggle+1 or -1

Definition at line 46 of file TrainExamples.h.

Member Data Documentation

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.


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