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