#include <iostream>
#include <shark/Data/SparseData.h>
#include <shark/ObjectiveFunctions/Loss/ZeroOneLoss.h>
#include <shark/ObjectiveFunctions/Loss/SquaredLoss.h>
#include <shark/Algorithms/Trainers/RFTrainer.h>
#include <shark/Models/Kernels/GaussianRbfKernel.h>
#include <shark/Core/Timer.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 13 of file random_forrest.cpp.
References shark::importSparseData(), shark::LabeledData< InputT, LabelT >::inputs(), shark::LabeledData< InputT, LabelT >::labels(), shark::LabeledData< InputT, LabelT >::shuffle(), shark::splitAtElement(), shark::Timer::stop(), and shark::RFTrainer< unsigned int >::train().