#include <numeric>
#include <utility>
#include "aggregating.h"
#include "cost.h"
Include dependency graph for boosting.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | lemga |
| namespace | lemga::op |
Classes | |
| class | Boosting |
| Boosting generates a linear combination of hypotheses. More... | |
| class | Boosting::BoostWgt |
| Weight in gradient descent. More... | |
| struct | _boost_gd |
Defines | |
| #define | BOOSTING_OUTPUT_CACHE 1 |
Functions | |
| template<typename R> | |
| R | lemga::op::inner_product (const Boosting::BoostWgt &w1, const Boosting::BoostWgt &w2) |
Definition in file boosting.h.
|
|
Definition at line 16 of file boosting.h. |
1.4.6