Oakfield API Documentation 1.0.0
Numerical core APIs
Loading...
Searching...
No Matches
SimNeuralTensorAffineHook Struct Reference

Optional affine hook applied during mapping/unmapping. More...

#include <neural_tensor_map.h>

Public Attributes

bool enabled
 
double scale
 
double bias
 

Detailed Description

Optional affine hook applied during mapping/unmapping.

When enabled, values are transformed as: y = x * scale + bias.

Member Data Documentation

◆ bias

double SimNeuralTensorAffineHook::bias

Additive bias applied after scaling.

◆ enabled

bool SimNeuralTensorAffineHook::enabled

True when affine conversion should be applied.

◆ scale

double SimNeuralTensorAffineHook::scale

Multiplicative scale applied to each value.


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