#include <shark/Models/Kernels/GaussianRbfKernel.h>
#include <shark/ObjectiveFunctions/Loss/ZeroOneLoss.h>
#include <shark/Algorithms/Trainers/CSvmTrainer.h>
#include <shark/Data/DataDistribution.h>
#include <shark/ObjectiveFunctions/CrossValidationError.h>
#include <shark/Algorithms/DirectSearch/GridSearch.h>
#include <shark/Algorithms/JaakkolaHeuristic.h>
Go to the source code of this file.
Functions | |
int | main () |
int main | ( | ) |
Definition at line 14 of file CSvmGridSearchTutorial.cpp.
References shark::createCVSameSizeBalanced(), shark::JaakkolaHeuristic::gamma(), and shark::LabeledDataDistribution< InputType, LabelType >::generateDataset().