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

#include <kodama.hpp>

Collaboration diagram for kodama::CorePLSLDAOptions:
[legend]

Public Member Functions

 CorePLSLDAOptions ()=default
 
CorePLSLDAOptionsoperator= (const PLSOptions &options)
 
 operator PLSOptions () const
 

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 181 of file kodama.hpp.

Constructor & Destructor Documentation

◆ CorePLSLDAOptions()

kodama::CorePLSLDAOptions::CorePLSLDAOptions ( )
default

Member Function Documentation

◆ operator PLSOptions()

kodama::CorePLSLDAOptions::operator PLSOptions ( ) const
inline

Definition at line 207 of file kodama.hpp.

◆ operator=()

CorePLSLDAOptions & kodama::CorePLSLDAOptions::operator= ( const PLSOptions options)
inline

Definition at line 194 of file kodama.hpp.

Member Data Documentation

◆ backend

Backend kodama::CorePLSLDAOptions::backend = Backend::CPU

Definition at line 187 of file kodama.hpp.

◆ center

bool kodama::CorePLSLDAOptions::center = true

Definition at line 185 of file kodama.hpp.

◆ cv

FoldOptions kodama::CorePLSLDAOptions::cv

Definition at line 182 of file kodama.hpp.

◆ data_epoch

std::uint64_t kodama::CorePLSLDAOptions::data_epoch = 0

Definition at line 190 of file kodama.hpp.

◆ fixed_components

int kodama::CorePLSLDAOptions::fixed_components = 0

Definition at line 184 of file kodama.hpp.

◆ gpu_device

int kodama::CorePLSLDAOptions::gpu_device = 0

Definition at line 188 of file kodama.hpp.

◆ max_components

int kodama::CorePLSLDAOptions::max_components = 10

Definition at line 183 of file kodama.hpp.

◆ n_threads

int kodama::CorePLSLDAOptions::n_threads = 1

Definition at line 189 of file kodama.hpp.

◆ scale

bool kodama::CorePLSLDAOptions::scale = true

Definition at line 186 of file kodama.hpp.


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