#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::AbstractSvmTrainer< InputType, unsigned int, KernelClassifier< InputType >, AbstractWeightedTrainer< KernelClassifier< InputType > > >::C(), shark::GridSearch::configure(), shark::createCVSameSizeBalanced(), shark::ZeroOneLoss< LabelType, OutputType >::eval(), shark::GaussianRbfKernel< InputType >::gamma(), shark::JaakkolaHeuristic::gamma(), shark::LabeledDataDistribution< InputType, LabelType >::generateDataset(), shark::LabeledData< InputT, LabelT >::inputs(), shark::LabeledData< InputT, LabelT >::labels(), shark::blas::max(), shark::blas::min(), shark::ResultSet< SearchPointT, ResultT >::point, shark::AbstractSvmTrainer< InputType, unsigned int, KernelClassifier< InputType >, AbstractWeightedTrainer< KernelClassifier< InputType > > >::setParameterVector(), shark::AbstractSingleObjectiveOptimizer< PointType >::solution(), shark::GridSearch::step(), and shark::CSvmTrainer< InputType, CacheType >::train().