#include <shark/LinAlg/Base.h>
#include <shark/Core/Random.h>
#include <shark/Models/Kernels/GaussianRbfKernel.h>
#include <shark/Algorithms/Trainers/EpsilonSvmTrainer.h>
#include <shark/Algorithms/Trainers/RegularizationNetworkTrainer.h>
#include <shark/ObjectiveFunctions/Loss/SquaredLoss.h>
#include <shark/Data/Dataset.h>
#include <shark/Data/DataDistribution.h>
Go to the source code of this file.
Functions | |
int | main () |
int main | ( | ) |
Definition at line 48 of file KernelRegression.cpp.
References shark::SquaredLoss< OutputType, LabelType >::eval(), shark::LabeledDataDistribution< InputType, LabelType >::generateDataset(), shark::LabeledData< InputT, LabelT >::inputs(), shark::LabeledData< InputT, LabelT >::labels(), and shark::EpsilonSvmTrainer< InputType, CacheType >::train().