kodama-cpp
Standalone float32 KODAMA kernels for CPU, CUDA, and Apple Metal
Loading...
Searching...
No Matches
kodama::KNNCVResult Struct Reference

#include <kodama.hpp>

Collaboration diagram for kodama::KNNCVResult:
[legend]

Public Attributes

std::vector< int > predicted_labels
 
std::vector< int > true_labels
 
std::vector< int > fold_assignments
 
std::vector< FoldResultfolds
 
double global_accuracy = 0.0
 
ConfusionMatrix confusion
 
double runtime_seconds = 0.0
 
double peak_memory_mb = 0.0
 
KNNParametersUsed parameters
 

Detailed Description

Definition at line 256 of file kodama.hpp.

Member Data Documentation

◆ confusion

ConfusionMatrix kodama::KNNCVResult::confusion

Definition at line 262 of file kodama.hpp.

◆ fold_assignments

std::vector<int> kodama::KNNCVResult::fold_assignments

Definition at line 259 of file kodama.hpp.

◆ folds

std::vector<FoldResult> kodama::KNNCVResult::folds

Definition at line 260 of file kodama.hpp.

◆ global_accuracy

double kodama::KNNCVResult::global_accuracy = 0.0

Definition at line 261 of file kodama.hpp.

◆ parameters

KNNParametersUsed kodama::KNNCVResult::parameters

Definition at line 265 of file kodama.hpp.

◆ peak_memory_mb

double kodama::KNNCVResult::peak_memory_mb = 0.0

Definition at line 264 of file kodama.hpp.

◆ predicted_labels

std::vector<int> kodama::KNNCVResult::predicted_labels

Definition at line 257 of file kodama.hpp.

◆ runtime_seconds

double kodama::KNNCVResult::runtime_seconds = 0.0

Definition at line 263 of file kodama.hpp.

◆ true_labels

std::vector<int> kodama::KNNCVResult::true_labels

Definition at line 258 of file kodama.hpp.


The documentation for this struct was generated from the following file: