#include <shark/Data/DataDistribution.h>
#include <shark/Models/Kernels/GaussianRbfKernel.h>
#include <shark/ObjectiveFunctions/RadiusMarginQuotient.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 KernelSelection.cpp.
References shark::RadiusMarginQuotient< InputType, CacheType >::eval(), shark::LabeledDataDistribution< InputType, LabelType >::generateDataset(), shark::IRpropPlus::init(), shark::ResultSet< SearchPointT, ResultT >::point, shark::AbstractSingleObjectiveOptimizer< PointType >::solution(), and shark::IRpropPlus::step().