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

#include <kodama.hpp>

Collaboration diagram for kodama::PLSCVResult:
[legend]

Public Attributes

std::vector< int > predicted_labels
 
std::vector< int > true_labels
 
std::vector< int > fold_assignments
 
std::vector< FoldResultfolds
 
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
 

Detailed Description

Definition at line 280 of file kodama.hpp.

Member Data Documentation

◆ accuracy_by_components

std::vector<double> kodama::PLSCVResult::accuracy_by_components

Definition at line 285 of file kodama.hpp.

◆ confusion

ConfusionMatrix kodama::PLSCVResult::confusion

Definition at line 288 of file kodama.hpp.

◆ fold_assignments

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

Definition at line 283 of file kodama.hpp.

◆ folds

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

Definition at line 284 of file kodama.hpp.

◆ global_accuracy

double kodama::PLSCVResult::global_accuracy = 0.0

Definition at line 287 of file kodama.hpp.

◆ parameters

PLSParametersUsed kodama::PLSCVResult::parameters

Definition at line 291 of file kodama.hpp.

◆ peak_memory_mb

double kodama::PLSCVResult::peak_memory_mb = 0.0

Definition at line 290 of file kodama.hpp.

◆ predicted_labels

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

Definition at line 281 of file kodama.hpp.

◆ runtime_seconds

double kodama::PLSCVResult::runtime_seconds = 0.0

Definition at line 289 of file kodama.hpp.

◆ selected_components

int kodama::PLSCVResult::selected_components = 1

Definition at line 286 of file kodama.hpp.

◆ true_labels

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

Definition at line 282 of file kodama.hpp.


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