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