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

#include <kodama.hpp>

Public Attributes

Backend backend = Backend::CPU
 
PLSMode mode = PLSMode::PLS_DA
 
int max_components = 10
 
int selected_components = 1
 
int fixed_components = 0
 
bool center = true
 
bool scale = true
 
int gpu_device = 0
 
int n_threads = 1
 

Detailed Description

Definition at line 268 of file kodama.hpp.

Member Data Documentation

◆ backend

Backend kodama::PLSParametersUsed::backend = Backend::CPU

Definition at line 269 of file kodama.hpp.

◆ center

bool kodama::PLSParametersUsed::center = true

Definition at line 274 of file kodama.hpp.

◆ fixed_components

int kodama::PLSParametersUsed::fixed_components = 0

Definition at line 273 of file kodama.hpp.

◆ gpu_device

int kodama::PLSParametersUsed::gpu_device = 0

Definition at line 276 of file kodama.hpp.

◆ max_components

int kodama::PLSParametersUsed::max_components = 10

Definition at line 271 of file kodama.hpp.

◆ mode

PLSMode kodama::PLSParametersUsed::mode = PLSMode::PLS_DA

Definition at line 270 of file kodama.hpp.

◆ n_threads

int kodama::PLSParametersUsed::n_threads = 1

Definition at line 277 of file kodama.hpp.

◆ scale

bool kodama::PLSParametersUsed::scale = true

Definition at line 275 of file kodama.hpp.

◆ selected_components

int kodama::PLSParametersUsed::selected_components = 1

Definition at line 272 of file kodama.hpp.


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