PLSSVM - Parallel Least Squares Support Vector Machine  2.0.0
A Least Squares Support Vector Machine implementation using different backends.
Classes | Namespaces
csvm.hpp File Reference

Defines a C-SVM using the OpenCL backend. More...

#include "plssvm/backends/OpenCL/detail/command_queue.hpp"
#include "plssvm/backends/OpenCL/detail/context.hpp"
#include "plssvm/backends/OpenCL/detail/device_ptr.hpp"
#include "plssvm/backends/gpu_csvm.hpp"
#include "plssvm/parameter.hpp"
#include "plssvm/target_platforms.hpp"
#include <cstddef>
#include <type_traits>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  plssvm::opencl::csvm
 A C-SVM implementation using OpenCL as backend. More...
 
struct  plssvm::detail::csvm_backend_exists< opencl::csvm >
 Sets the value to true since C-SVMs using the OpenCL backend are available. More...
 

Namespaces

 plssvm
 The main namespace containing all public API functions.
 
 plssvm::detail
 Namespace containing implementation details. Should not directly be used by users.
 
 plssvm::opencl
 Namespace containing the C-SVM using the OpenCL backend.
 

Detailed Description

Defines a C-SVM using the OpenCL backend.

Author
Alexander Van Craen
Marcel Breyer
License
This file is part of the PLSSVM project which is released under the MIT license. See the LICENSE.md file in the project root for full license information.