---
title: RobustScaler.Transformer
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/robustscaler/transformer
---

# RobustScaler.Transformer

A transformer that scales the input using statistics that are robust to outliers.

## Declaration

```swift
struct Transformer
```

## Topics

### Creating a transformer

- [init(median:interQuartileRange:)](createmlcomponents/robustscaler/transformer/init(median:interquartilerange:).md)

### Getting the properties

- [interQuartileRange](createmlcomponents/robustscaler/transformer/interquartilerange.md)
- [median](createmlcomponents/robustscaler/transformer/median.md)

### Performing the transformation

- [applied(to:eventHandler:)](createmlcomponents/robustscaler/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)
