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

# MLImageClassifier.ModelParameters.ClassifierType.logisticRegressor

Logistic regression is a statistical model that classifies input feature vector into different categories.

## Declaration

```swift
case logisticRegressor
```

## See Also

### Designating an algorithm’s classifier

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