|
kodama-cpp
Standalone float32 KODAMA kernels for CPU, CUDA, and Apple Metal
|
#include <kodama.hpp>
Public Attributes | |
| FoldOptions | cv |
| int | max_components = 10 |
| int | fixed_components = 0 |
| bool | center = true |
| bool | scale = true |
| Backend | backend = Backend::CPU |
| int | gpu_device = 0 |
| int | n_threads = 1 |
| std::uint64_t | data_epoch = 0 |
Definition at line 168 of file kodama.hpp.
| Backend kodama::PLSOptions::backend = Backend::CPU |
Definition at line 174 of file kodama.hpp.
| bool kodama::PLSOptions::center = true |
Definition at line 172 of file kodama.hpp.
| FoldOptions kodama::PLSOptions::cv |
Definition at line 169 of file kodama.hpp.
| std::uint64_t kodama::PLSOptions::data_epoch = 0 |
Definition at line 178 of file kodama.hpp.
| int kodama::PLSOptions::fixed_components = 0 |
Definition at line 171 of file kodama.hpp.
| int kodama::PLSOptions::gpu_device = 0 |
Definition at line 175 of file kodama.hpp.
| int kodama::PLSOptions::max_components = 10 |
Definition at line 170 of file kodama.hpp.
| int kodama::PLSOptions::n_threads = 1 |
Definition at line 176 of file kodama.hpp.
| bool kodama::PLSOptions::scale = true |
Definition at line 173 of file kodama.hpp.