SG++-Doxygen-Documentation
OpFactory.hpp File Reference
#include <sgpp/globaldef.hpp>
#include <string>
#include "OperationCreateGraphOCLSingleDevice.hpp"

Namespaces

 sgpp
 This header contains some utility functions.
 
 sgpp::datadriven
 

Functions

DensityOCLMultiPlatform::OperationCreateGraphOCL * sgpp::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. More...
 
DensityOCLMultiPlatform::OperationCreateGraphOCL * sgpp::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::OperationCreateGraphOCL * sgpp::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. More...
 
DensityOCLMultiPlatform::OperationCreateGraphOCL * sgpp::datadriven::createNearestNeighborGraphConfigured (base::DataMatrix &dataset, size_t k, size_t dimensions, std::string opencl_conf)
 Generates the k nearest neighbors graph creation. More...