---
title: "init(labels:configuration:)"
framework: createmlcomponents
role: symbol
role_heading: Initializer
path: "createmlcomponents/timeseriesclassifier/init(labels:configuration:)"
---

# init(labels:configuration:)

Creates a time series classifier.

## Declaration

```swift
init(labels: Set<Label>, configuration: TimeSeriesClassifierConfiguration = .init())
```

## Parameters

- `labels`: The labels used to train the classifier.
- `configuration`: The configuration.
