#include <shark/Rng/GlobalRng.h>#include <shark/Data/DataDistribution.h>#include <shark/Models/OneVersusOneClassifier.h>#include <shark/Models/Kernels/GaussianRbfKernel.h>#include <shark/Algorithms/Trainers/CSvmTrainer.h>#include <shark/ObjectiveFunctions/Loss/ZeroOneLoss.h>#include <iostream>Go to the source code of this file.
Functions | |
| int | main () |
| int main | ( | ) |
Definition at line 64 of file OneVersusOne.cpp.
References shark::OneVersusOneClassifier< InputType >::addClass(), shark::binarySubProblem(), shark::ZeroOneLoss< LabelType, OutputType >::eval(), shark::LabeledData< InputT, LabelT >::inputs(), shark::LabeledData< InputT, LabelT >::labels(), shark::repartitionByClass(), and shark::CSvmTrainer< InputType, CacheType >::train().