#include <shark/Core/DLLSupport.h>
#include <shark/Core/Random.h>
#include <shark/Models/Kernels/KernelExpansion.h>
Go to the source code of this file.
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |
Functions | |
SHARK_EXPORT_SYMBOL KernelExpansion< RealVector > | shark::approximateKernelExpansion (random::rng_type &rng, KernelExpansion< RealVector > const &model, std::size_t k, double precision=1.e-8) |
Approximates a kernel expansion by a smaller one using an optimized basis. More... | |