|
kodama-cpp
Standalone float32 KODAMA kernels for CPU, CUDA, and Apple Metal
|
#include <kodama.hpp>
Public Attributes | |
| Backend | backend = Backend::CPU |
| PLSMode | mode = PLSMode::PLS_DA |
| int | max_components = 10 |
| int | selected_components = 1 |
| int | fixed_components = 0 |
| bool | center = true |
| bool | scale = true |
| int | gpu_device = 0 |
| int | n_threads = 1 |
Definition at line 268 of file kodama.hpp.
| Backend kodama::PLSParametersUsed::backend = Backend::CPU |
Definition at line 269 of file kodama.hpp.
| bool kodama::PLSParametersUsed::center = true |
Definition at line 274 of file kodama.hpp.
| int kodama::PLSParametersUsed::fixed_components = 0 |
Definition at line 273 of file kodama.hpp.
| int kodama::PLSParametersUsed::gpu_device = 0 |
Definition at line 276 of file kodama.hpp.
| int kodama::PLSParametersUsed::max_components = 10 |
Definition at line 271 of file kodama.hpp.
| PLSMode kodama::PLSParametersUsed::mode = PLSMode::PLS_DA |
Definition at line 270 of file kodama.hpp.
| int kodama::PLSParametersUsed::n_threads = 1 |
Definition at line 277 of file kodama.hpp.
| bool kodama::PLSParametersUsed::scale = true |
Definition at line 275 of file kodama.hpp.
| int kodama::PLSParametersUsed::selected_components = 1 |
Definition at line 272 of file kodama.hpp.