---
title: "init(factor:)"
framework: createmlcomponents
role: symbol
role_heading: Initializer
path: "createmlcomponents/downsampler/init(factor:)"
---

# init(factor:)

Creates a down sample temporal transformer.

## Declaration

```swift
init(factor: Int)
```

## Parameters

- `factor`: The down sample factor to the input stream.

## Discussion

Discussion note: factor must be greater than 0.
