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

#include <kodama.hpp>

Public Attributes

std::vector< float > train
 
std::vector< float > test
 
std::vector< float > center
 
std::vector< float > scale
 
std::size_t train_rows = 0
 
std::size_t test_rows = 0
 
std::size_t variables = 0
 
ScalingMethod method = ScalingMethod::Autoscaling
 
Backend backend = Backend::CPU
 
double runtime_seconds = 0.0
 

Detailed Description

Definition at line 795 of file kodama.hpp.

Member Data Documentation

◆ backend

Backend kodama::ScalingResult::backend = Backend::CPU

Definition at line 804 of file kodama.hpp.

◆ center

std::vector<float> kodama::ScalingResult::center

Definition at line 798 of file kodama.hpp.

◆ method

ScalingMethod kodama::ScalingResult::method = ScalingMethod::Autoscaling

Definition at line 803 of file kodama.hpp.

◆ runtime_seconds

double kodama::ScalingResult::runtime_seconds = 0.0

Definition at line 805 of file kodama.hpp.

◆ scale

std::vector<float> kodama::ScalingResult::scale

Definition at line 799 of file kodama.hpp.

◆ test

std::vector<float> kodama::ScalingResult::test

Definition at line 797 of file kodama.hpp.

◆ test_rows

std::size_t kodama::ScalingResult::test_rows = 0

Definition at line 801 of file kodama.hpp.

◆ train

std::vector<float> kodama::ScalingResult::train

Definition at line 796 of file kodama.hpp.

◆ train_rows

std::size_t kodama::ScalingResult::train_rows = 0

Definition at line 800 of file kodama.hpp.

◆ variables

std::size_t kodama::ScalingResult::variables = 0

Definition at line 802 of file kodama.hpp.


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