Go to the source code of this file.
Defines | |
#define | STABLE_SORT 0 |
Defines the sorting method. | |
#define | MB_DEBUG 0 |
Debug level. | |
#define | S_(X) #X |
Used with STRINGIZE can stringize a macro name. | |
#define | STRINGIZE(X) S_(X) |
Stringize a macro name! :). |
This file just holds some macros and static strings that define some default values.
Definition in file Defaults.h.
|
Debug level. If there is a problem try activating this.
Definition at line 59 of file Defaults.h. |
|
Defines the sorting method. Columns needs to be sorted when using the decision stumps algorithm; Generally conservativeness is not an issue with this type of algorithm but because I want to get exactly the same results on win32 an unix, if I set non conservative sort, the outcome is different on the two.
Definition at line 53 of file Defaults.h. |