---
title: MLObjectDetector.ModelParameters.ModelAlgorithmType.darknetYolo
framework: createml
role: symbol
role_heading: Case
path: createml/mlobjectdetector/modelparameters-swift.struct/modelalgorithmtype/darknetyolo
---

# MLObjectDetector.ModelParameters.ModelAlgorithmType.darknetYolo

An algorithm that trains a full neural network with your training data.

## Declaration

```swift
case darknetYolo
```

## Discussion

Discussion Use this algorithm when your training dataset has a significant number of examples.

## See Also

### Designating an algorithm

- [MLObjectDetector.ModelParameters.ModelAlgorithmType.transferLearning(_:)](createml/mlobjectdetector/modelparameters-swift.struct/modelalgorithmtype/transferlearning(_:).md)
- [MLObjectDetector.ModelParameters.FeatureExtractorType](createml/mlobjectdetector/modelparameters-swift.struct/featureextractortype.md)
