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

#include <kodama.hpp>

Collaboration diagram for kodama::PLSOptions:
[legend]

Public Attributes

FoldOptions cv
 
int max_components = 10
 
int fixed_components = 0
 
bool center = true
 
bool scale = true
 
Backend backend = Backend::CPU
 
int gpu_device = 0
 
int n_threads = 1
 
std::uint64_t data_epoch = 0
 

Detailed Description

Definition at line 168 of file kodama.hpp.

Member Data Documentation

◆ backend

Backend kodama::PLSOptions::backend = Backend::CPU

Definition at line 174 of file kodama.hpp.

◆ center

bool kodama::PLSOptions::center = true

Definition at line 172 of file kodama.hpp.

◆ cv

FoldOptions kodama::PLSOptions::cv

Definition at line 169 of file kodama.hpp.

◆ data_epoch

std::uint64_t kodama::PLSOptions::data_epoch = 0

Definition at line 178 of file kodama.hpp.

◆ fixed_components

int kodama::PLSOptions::fixed_components = 0

Definition at line 171 of file kodama.hpp.

◆ gpu_device

int kodama::PLSOptions::gpu_device = 0

Definition at line 175 of file kodama.hpp.

◆ max_components

int kodama::PLSOptions::max_components = 10

Definition at line 170 of file kodama.hpp.

◆ n_threads

int kodama::PLSOptions::n_threads = 1

Definition at line 176 of file kodama.hpp.

◆ scale

bool kodama::PLSOptions::scale = true

Definition at line 173 of file kodama.hpp.


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