|
kodama-cpp
Standalone float32 KODAMA kernels for CPU, CUDA, and Apple Metal
|
#include <kodama.hpp>
Public Attributes | |
| std::vector< int > | predicted_labels |
| std::vector< int > | true_labels |
| std::vector< int > | fold_assignments |
| std::vector< FoldResult > | folds |
| std::vector< double > | accuracy_by_components |
| int | selected_components = 1 |
| double | global_accuracy = 0.0 |
| ConfusionMatrix | confusion |
| double | runtime_seconds = 0.0 |
| double | peak_memory_mb = 0.0 |
| PLSParametersUsed | parameters |
Definition at line 280 of file kodama.hpp.
| std::vector<double> kodama::PLSCVResult::accuracy_by_components |
Definition at line 285 of file kodama.hpp.
| ConfusionMatrix kodama::PLSCVResult::confusion |
Definition at line 288 of file kodama.hpp.
| std::vector<int> kodama::PLSCVResult::fold_assignments |
Definition at line 283 of file kodama.hpp.
| std::vector<FoldResult> kodama::PLSCVResult::folds |
Definition at line 284 of file kodama.hpp.
| double kodama::PLSCVResult::global_accuracy = 0.0 |
Definition at line 287 of file kodama.hpp.
| PLSParametersUsed kodama::PLSCVResult::parameters |
Definition at line 291 of file kodama.hpp.
| double kodama::PLSCVResult::peak_memory_mb = 0.0 |
Definition at line 290 of file kodama.hpp.
| std::vector<int> kodama::PLSCVResult::predicted_labels |
Definition at line 281 of file kodama.hpp.
| double kodama::PLSCVResult::runtime_seconds = 0.0 |
Definition at line 289 of file kodama.hpp.
| int kodama::PLSCVResult::selected_components = 1 |
Definition at line 286 of file kodama.hpp.
| std::vector<int> kodama::PLSCVResult::true_labels |
Definition at line 282 of file kodama.hpp.