#include <shark/Algorithms/Trainers/CSvmTrainer.h>#include <shark/Models/Kernels/GaussianRbfKernel.h>#include <shark/ObjectiveFunctions/Loss/ZeroOneLoss.h>#include <shark/Data/DataDistribution.h>Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 9 of file CSvmTutorial.cpp.
References shark::ZeroOneLoss< LabelType, OutputType >::eval(), shark::LabeledDataDistribution< InputType, LabelType >::generateDataset(), shark::LabeledData< InputT, LabelT >::inputs(), shark::QpSolutionProperties::iterations, shark::LabeledData< InputT, LabelT >::labels(), shark::CSvmTrainer< InputType, CacheType >::name(), shark::QpSolutionProperties::seconds, shark::QpConfig::solutionProperties(), shark::CSvmTrainer< InputType, CacheType >::train(), and shark::QpSolutionProperties::value.