|
kodama-cpp
Standalone float32 KODAMA kernels for CPU, CUDA, and Apple Metal
|
#include <kodama.hpp>
Public Attributes | |
| int | folds = 10 |
| bool | stratified = true |
| std::uint64_t | seed = 1 |
Definition at line 145 of file kodama.hpp.
| int kodama::FoldOptions::folds = 10 |
Definition at line 146 of file kodama.hpp.
| std::uint64_t kodama::FoldOptions::seed = 1 |
Definition at line 148 of file kodama.hpp.
| bool kodama::FoldOptions::stratified = true |
Definition at line 147 of file kodama.hpp.