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

#include <kodama.hpp>

Public Attributes

int fold = 0
 
int n_train = 0
 
int n_validation = 0
 
double accuracy = 0.0
 

Detailed Description

Definition at line 222 of file kodama.hpp.

Member Data Documentation

◆ accuracy

double kodama::FoldResult::accuracy = 0.0

Definition at line 226 of file kodama.hpp.

◆ fold

int kodama::FoldResult::fold = 0

Definition at line 223 of file kodama.hpp.

◆ n_train

int kodama::FoldResult::n_train = 0

Definition at line 224 of file kodama.hpp.

◆ n_validation

int kodama::FoldResult::n_validation = 0

Definition at line 225 of file kodama.hpp.


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