#include <shark/Data/Csv.h>
#include <shark/Algorithms/Trainers/CARTTrainer.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 47 of file CARTTutorial.cpp.
References shark::ZeroOneLoss< unsigned int, RealVector >::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(), and shark::splitAtElement().