Unit scale

Description

Every feature scaled by the Euclidean length of the passed vector, uses the Euclidean length function.

Example

time window:
  emitting type: slidingUnitScaler
  window functions:
    feature scaling:
      function:
        unit scaler: {}
      attributes: [ ask,bid ]
  policy:
    type: slidingTime
    slide: 500
    window size: 2500

Output attributes

Event output attributes from the above example.

  • ask_UNIT_SCALE

  • bid_UNIT_SCALE

Postfix ID

Applied to attribute

  • UNIT_SCALE

Last updated