#include "AbstractStoppingCriterion.h"
#include <shark/Core/ResultSets.h>
#include <queue>
#include <numeric>
#include <algorithm>
#include <shark/LinAlg/Base.h>
Go to the source code of this file.
Classes | |
class | shark::GeneralizationLoss< PointType > |
The generalization loss calculates the relative increase of the validation error compared to the minimum training error. More... | |
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |