|
kodama-cpp
Standalone float32 KODAMA kernels for CPU, CUDA, and Apple Metal
|
#include <kodama.hpp>
Public Attributes | |
| std::vector< float > | weights |
| std::vector< float > | response_loadings |
| std::vector< float > | scores |
| std::vector< float > | coefficients |
| std::vector< float > | fitted |
| std::vector< float > | x_center |
| std::vector< float > | x_scale |
| std::vector< float > | y_center |
| int | samples = 0 |
| int | predictors = 0 |
| int | responses = 0 |
| int | components = 0 |
| Backend | backend = Backend::CPU |
| double | runtime_seconds = 0.0 |
General float32 SIMPLS model for language bindings.
Definition at line 749 of file kodama.hpp.
| Backend kodama::PLSFitResult::backend = Backend::CPU |
Definition at line 762 of file kodama.hpp.
| std::vector<float> kodama::PLSFitResult::coefficients |
Definition at line 753 of file kodama.hpp.
| int kodama::PLSFitResult::components = 0 |
Definition at line 761 of file kodama.hpp.
| std::vector<float> kodama::PLSFitResult::fitted |
Definition at line 754 of file kodama.hpp.
| int kodama::PLSFitResult::predictors = 0 |
Definition at line 759 of file kodama.hpp.
| std::vector<float> kodama::PLSFitResult::response_loadings |
Definition at line 751 of file kodama.hpp.
| int kodama::PLSFitResult::responses = 0 |
Definition at line 760 of file kodama.hpp.
| double kodama::PLSFitResult::runtime_seconds = 0.0 |
Definition at line 763 of file kodama.hpp.
| int kodama::PLSFitResult::samples = 0 |
Definition at line 758 of file kodama.hpp.
| std::vector<float> kodama::PLSFitResult::scores |
Definition at line 752 of file kodama.hpp.
| std::vector<float> kodama::PLSFitResult::weights |
Definition at line 750 of file kodama.hpp.
| std::vector<float> kodama::PLSFitResult::x_center |
Definition at line 755 of file kodama.hpp.
| std::vector<float> kodama::PLSFitResult::x_scale |
Definition at line 756 of file kodama.hpp.
| std::vector<float> kodama::PLSFitResult::y_center |
Definition at line 757 of file kodama.hpp.