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::OperationCreateGraphOCLsgpp::datadriven::createNearestNeighborGraphConfigured (base::DataMatrix &dataset, size_t k, size_t dimensions, std::string opencl_conf)
 Generates the k nearest neighbors graph creation.
 
DensityOCLMultiPlatform::OperationCreateGraphOCLsgpp::datadriven::createNearestNeighborGraphConfigured (base::DataMatrix &dataset, size_t k, size_t dimensions, std::string opencl_conf, size_t platformid, size_t devicdeid)
 Generates the k nearest neighbors graph creation using a specific opencl device and a datamatrix.
 
DensityOCLMultiPlatform::OperationCreateGraphOCLsgpp::datadriven::createNearestNeighborGraphConfigured (double *dataset, size_t dataset_size, size_t k, size_t dimensions, sgpp::base::OCLOperationConfiguration *parameters, size_t platformid, size_t deviceid)
 
DensityOCLMultiPlatform::OperationCreateGraphOCLsgpp::datadriven::createNearestNeighborGraphConfigured (double *dataset, size_t dataset_size, size_t k, size_t dimensions, std::string opencl_conf, size_t platformid, size_t devicdeid)
 Generates the k nearest neighbors graph creation using a specific opencl device and a double vector.