src/Defaults.h File Reference

Defines macros and default values. More...

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! :).


Detailed Description

Defines macros and default values.

This file just holds some macros and static strings that define some default values.

Date:
11/11/2005

Definition in file Defaults.h.


Define Documentation

#define MB_DEBUG   0
 

Debug level.

If there is a problem try activating this.

Date:
16/11/2005

Definition at line 59 of file Defaults.h.

#define STABLE_SORT   0
 

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.

Remarks:
The valid values are:
  • 1 = slow but stable
  • 0 = fast but non stable
Date:
16/11/2005

Definition at line 53 of file Defaults.h.


Generated on Mon Nov 28 21:43:47 2005 for MultiBoost by  doxygen 1.4.5