Sets up an affine transformation on a 2D domain
AFF_2D(a = c(0, 1, 0, 0, 0, 1), dtype = "float32")AFF_2D 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 six real numbers describing an affine transformation on a 2D domain
data type