transformations#

Each operational domain can define multiple data transformations. Each transformation can be parametrized along zero, one or muiltiple axes of variability.

Example

Here is how transformations are defined:

  transformations:
    - name: Blur
      operator: Blur
      axes:
        - name: blur
          type: int
          range: [3, 11]
          choices: []
          fixed: False

    - name: EvaluateSample
      operator: EvaluateSample
      axes: []

Properties

  • name: unique name of the transformation

  • operator: unique name of the underlying datapoint operator

  • axes: list of axes of variability along which the transformation is parameterized the operator