---
title: NormalizationScaler.Transformer
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/normalizationscaler/transformer
---

# NormalizationScaler.Transformer

A transformer that scales the input using a normalization strategy.

## Declaration

```swift
struct Transformer
```

## Topics

### Creating a transformer

- [init(scale:)](createmlcomponents/normalizationscaler/transformer/init(scale:).md)

### Getting the scale

- [scale](createmlcomponents/normalizationscaler/transformer/scale.md)

### Performing the transformation

- [applied(to:eventHandler:)](createmlcomponents/normalizationscaler/transformer/applied(to:eventhandler:).md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [Transformer](createmlcomponents/transformer.md)
