Sets up an affine transformation on a 1D domain
AFF_1D(a = c(0, 1), dtype = "float32")AFF_1D returns a list containing a list with the following components:
An encapsulated function that takes an input and evaluates the affine transformation using TensorFlow
Same as f but uses R
The number of basis functions (fixed to 1 in this case)
The transformation applied to the weights before estimation (in this case the identity)
Flag indicating whether the weights are fixed or not (TRUE in this case)
Name of layer
List of parameters describing the affine transformation as TensorFlow objects
vector of two real numbers describing an affine transformation on a 1D domain
data type