SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
OpFactory.hpp File Reference

Namespaces

namespace  sgpp
 Class that stores, generates and manipulates a density function during online phase in on/off learning.
 
namespace  sgpp::datadriven
 

Functions

DensityOCLMultiPlatform::OperationPruneGraphOCLsgpp::datadriven::pruneNearestNeighborGraphConfigured (base::Grid &grid, size_t dimensions, base::DataVector &alpha, base::DataMatrix &data, double treshold, size_t k, std::string opencl_conf)
 Generates the graph pruning operation.
 
DensityOCLMultiPlatform::OperationPruneGraphOCLsgpp::datadriven::pruneNearestNeighborGraphConfigured (base::Grid &grid, size_t dimensions, base::DataVector &alpha, base::DataMatrix &data, double treshold, size_t k, std::string opencl_conf, size_t platformid, size_t deviceid)
 Generates the graph pruning operation for a specific opencl device.
 
DensityOCLMultiPlatform::OperationPruneGraphOCLsgpp::datadriven::pruneNearestNeighborGraphConfigured (int *gridpoints, size_t gridsize, size_t dimensions, double *alpha, base::DataMatrix &data, double treshold, size_t k, sgpp::base::OCLOperationConfiguration *parameters, size_t platformid, size_t deviceid)
 
DensityOCLMultiPlatform::OperationPruneGraphOCLsgpp::datadriven::pruneNearestNeighborGraphConfigured (int *gridpoints, size_t gridsize, size_t dimensions, double *alpha, base::DataMatrix &data, double treshold, size_t k, std::string opencl_conf, size_t platformid, size_t deviceid)
 Generates the graph pruning operation for a specific opencl device using a serialized grid.