#include <assert.h>#include "vectorop.h"#include "optimize.h"#include "boosting.h"Include dependency graph for boosting.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | lemga | 
Defines | |
| #define | _cost(F, y) cost_functor.cost(F[0],y[0]) | 
| #define | _cost_deriv(F, y) cost_functor.deriv1(F[0],y[0]) | 
Functions | |
| REGISTER_CREATOR (lemga::Boosting) | |
Definition in file boosting.cpp.
      
  | 
  
| 
 
 Definition at line 12 of file boosting.cpp. Referenced by Boosting::cost().  | 
  
      
  | 
  
| 
 
 Definition at line 13 of file boosting.cpp. Referenced by Boosting::sample_weight().  | 
  
      
  | 
  
| 
 
  | 
  
 1.4.6