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

#include <kodama.hpp>

Public Attributes

std::vector< float > weights
 
std::vector< float > response_loadings
 
std::vector< float > scores
 
std::vector< float > coefficients
 
std::vector< float > fitted
 
std::vector< float > x_center
 
std::vector< float > x_scale
 
std::vector< float > y_center
 
int samples = 0
 
int predictors = 0
 
int responses = 0
 
int components = 0
 
Backend backend = Backend::CPU
 
double runtime_seconds = 0.0
 

Detailed Description

General float32 SIMPLS model for language bindings.

Definition at line 749 of file kodama.hpp.

Member Data Documentation

◆ backend

Backend kodama::PLSFitResult::backend = Backend::CPU

Definition at line 762 of file kodama.hpp.

◆ coefficients

std::vector<float> kodama::PLSFitResult::coefficients

Definition at line 753 of file kodama.hpp.

◆ components

int kodama::PLSFitResult::components = 0

Definition at line 761 of file kodama.hpp.

◆ fitted

std::vector<float> kodama::PLSFitResult::fitted

Definition at line 754 of file kodama.hpp.

◆ predictors

int kodama::PLSFitResult::predictors = 0

Definition at line 759 of file kodama.hpp.

◆ response_loadings

std::vector<float> kodama::PLSFitResult::response_loadings

Definition at line 751 of file kodama.hpp.

◆ responses

int kodama::PLSFitResult::responses = 0

Definition at line 760 of file kodama.hpp.

◆ runtime_seconds

double kodama::PLSFitResult::runtime_seconds = 0.0

Definition at line 763 of file kodama.hpp.

◆ samples

int kodama::PLSFitResult::samples = 0

Definition at line 758 of file kodama.hpp.

◆ scores

std::vector<float> kodama::PLSFitResult::scores

Definition at line 752 of file kodama.hpp.

◆ weights

std::vector<float> kodama::PLSFitResult::weights

Definition at line 750 of file kodama.hpp.

◆ x_center

std::vector<float> kodama::PLSFitResult::x_center

Definition at line 755 of file kodama.hpp.

◆ x_scale

std::vector<float> kodama::PLSFitResult::x_scale

Definition at line 756 of file kodama.hpp.

◆ y_center

std::vector<float> kodama::PLSFitResult::y_center

Definition at line 757 of file kodama.hpp.


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