|
kodama-cpp
Standalone float32 KODAMA kernels for CPU, CUDA, and Apple Metal
|
#include <kodama.hpp>
Public Attributes | |
| std::vector< float > | train |
| std::vector< float > | test |
| std::vector< float > | center |
| std::vector< float > | scale |
| std::size_t | train_rows = 0 |
| std::size_t | test_rows = 0 |
| std::size_t | variables = 0 |
| ScalingMethod | method = ScalingMethod::Autoscaling |
| Backend | backend = Backend::CPU |
| double | runtime_seconds = 0.0 |
Definition at line 795 of file kodama.hpp.
| Backend kodama::ScalingResult::backend = Backend::CPU |
Definition at line 804 of file kodama.hpp.
| std::vector<float> kodama::ScalingResult::center |
Definition at line 798 of file kodama.hpp.
| ScalingMethod kodama::ScalingResult::method = ScalingMethod::Autoscaling |
Definition at line 803 of file kodama.hpp.
| double kodama::ScalingResult::runtime_seconds = 0.0 |
Definition at line 805 of file kodama.hpp.
| std::vector<float> kodama::ScalingResult::scale |
Definition at line 799 of file kodama.hpp.
| std::vector<float> kodama::ScalingResult::test |
Definition at line 797 of file kodama.hpp.
| std::size_t kodama::ScalingResult::test_rows = 0 |
Definition at line 801 of file kodama.hpp.
| std::vector<float> kodama::ScalingResult::train |
Definition at line 796 of file kodama.hpp.
| std::size_t kodama::ScalingResult::train_rows = 0 |
Definition at line 800 of file kodama.hpp.
| std::size_t kodama::ScalingResult::variables = 0 |
Definition at line 802 of file kodama.hpp.