#include <shark/Data/Dataset.h>#include <shark/Data/Csv.h>#include <shark/ObjectiveFunctions/Loss/ZeroOneLoss.h>#include <shark/Models/Trees/RFClassifier.h>#include <shark/Algorithms/Trainers/RFTrainer.h>Go to the source code of this file.
Functions | |
| int | main () |
| int main | ( | ) |
Definition at line 12 of file VersatileClassificationTutorial-RF.cpp.
References shark::importCSV(), shark::LabeledData< InputT, LabelT >::inputs(), shark::LabeledData< InputT, LabelT >::labels(), shark::LAST_COLUMN, shark::RFTrainer::name(), shark::ZeroOneLoss< unsigned int, RealVector >::name(), shark::LabeledData< InputT, LabelT >::numberOfElements(), shark::splitAtElement(), and shark::RFTrainer::train().