|
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 |
| double | global_accuracy = 0.0 |
| ConfusionMatrix | confusion |
| double | runtime_seconds = 0.0 |
| double | peak_memory_mb = 0.0 |
| KNNParametersUsed | parameters |
Definition at line 256 of file kodama.hpp.
| ConfusionMatrix kodama::KNNCVResult::confusion |
Definition at line 262 of file kodama.hpp.
| std::vector<int> kodama::KNNCVResult::fold_assignments |
Definition at line 259 of file kodama.hpp.
| std::vector<FoldResult> kodama::KNNCVResult::folds |
Definition at line 260 of file kodama.hpp.
| double kodama::KNNCVResult::global_accuracy = 0.0 |
Definition at line 261 of file kodama.hpp.
| KNNParametersUsed kodama::KNNCVResult::parameters |
Definition at line 265 of file kodama.hpp.
| double kodama::KNNCVResult::peak_memory_mb = 0.0 |
Definition at line 264 of file kodama.hpp.
| std::vector<int> kodama::KNNCVResult::predicted_labels |
Definition at line 257 of file kodama.hpp.
| double kodama::KNNCVResult::runtime_seconds = 0.0 |
Definition at line 263 of file kodama.hpp.
| std::vector<int> kodama::KNNCVResult::true_labels |
Definition at line 258 of file kodama.hpp.