#include <shark/Data/Dataset.h>
#include <shark/Data/Csv.h>
#include <shark/ObjectiveFunctions/Loss/ZeroOneLoss.h>
#include <shark/Models/Kernels/GaussianRbfKernel.h>
#include <shark/Models/Kernels/KernelExpansion.h>
#include <shark/Algorithms/Trainers/CSvmTrainer.h>
Go to the source code of this file.
Functions | |
int | main () |
int main | ( | ) |
Definition at line 14 of file VersatileClassificationTutorial-SVM.cpp.
References shark::importCSV(), shark::LabeledData< InputT, LabelT >::inputs(), shark::LabeledData< InputT, LabelT >::labels(), shark::LAST_COLUMN, shark::CSvmTrainer< InputType, CacheType >::name(), shark::KernelClassifier< InputType >::name(), shark::LabeledData< InputT, LabelT >::numberOfElements(), shark::splitAtElement(), and shark::CSvmTrainer< InputType, CacheType >::train().