---
title: MLSoundClassifier.ModelParameters.ClassifierType.logisticRegressor
framework: createml
role: symbol
role_heading: Case
path: createml/mlsoundclassifier/modelparameters-swift.struct/classifiertype/logisticregressor
---

# MLSoundClassifier.ModelParameters.ClassifierType.logisticRegressor

A statistical model that uses logistic regression to classify an input vector into a category.

## Declaration

```swift
case logisticRegressor
```

## See Also

### Designating an algorithm’s classifier

- [MLSoundClassifier.ModelParameters.ClassifierType.multilayerPerceptron(layerSizes:)](createml/mlsoundclassifier/modelparameters-swift.struct/classifiertype/multilayerperceptron(layersizes:).md)
