#include <shark/Data/Csv.h>
#include <shark/Algorithms/Trainers/RFTrainer.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 48 of file RFTutorial.cpp.
References shark::ZeroOneLoss< LabelType, OutputType >::eval(), shark::importCSV(), shark::inputDimension(), shark::LabeledData< InputT, LabelT >::inputs(), shark::LabeledData< InputT, LabelT >::labels(), shark::LAST_COLUMN, shark::numberOfClasses(), shark::LabeledData< InputT, LabelT >::numberOfElements(), shark::splitAtElement(), and shark::RFTrainer< unsigned int >::train().