#include <shark/Algorithms/Trainers/NormalizeKernelUnitVariance.h>
#include <shark/Models/Kernels/GaussianRbfKernel.h>
#include <shark/Models/Kernels/WeightedSumKernel.h>
#include <shark/Models/Kernels/PolynomialKernel.h>
#include <shark/Models/Kernels/LinearKernel.h>
#include <shark/Models/Kernels/SubrangeKernel.h>
#include <shark/Data/DataDistribution.h>
#include <shark/Core/Random.h>
Go to the source code of this file.
Functions | |
int | main () |
int main | ( | ) |
Definition at line 31 of file SubrangeKernelTutorial.cpp.
References shark::Data< Type >::element(), shark::ScaledKernel< InputType >::eval(), shark::ScaledKernel< InputType >::factor(), shark::NormalizeKernelUnitVariance< InputType >::mean(), shark::NormalizeKernelUnitVariance< InputType >::trace(), and shark::NormalizeKernelUnitVariance< InputType >::train().