#include <shark/Data/DataDistribution.h>
#include <shark/Models/Kernels/GaussianRbfKernel.h>
#include <shark/ObjectiveFunctions/KernelTargetAlignment.h>
#include <shark/Algorithms/GradientDescent/Rprop.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 10 of file KTA-tutorial.cpp.
References shark::GaussianRbfKernel< InputType >::gamma(), shark::LabeledDataDistribution< InputType, LabelType >::generateDataset(), shark::IRpropPlus::init(), and shark::IRpropPlus::step().