---
title: FullyConnectedNetworkClassifier
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/fullyconnectednetworkclassifier
---

# FullyConnectedNetworkClassifier

A classifier that uses a fully connected network.

## Declaration

```swift
struct FullyConnectedNetworkClassifier<Scalar, Label> where Scalar : MLShapedArrayScalar, Scalar : BinaryFloatingPoint, Label : Comparable, Label : Decodable, Label : Encodable, Label : Hashable
```

## Mentioned in

Creating a multi-label image classifier

## Topics

### Creating the classifier

- [init(labels:configuration:)](createmlcomponents/fullyconnectednetworkclassifier/init(labels:configuration:).md)

### Getting the properties

- [labels](createmlcomponents/fullyconnectednetworkclassifier/labels.md)
- [configuration](createmlcomponents/fullyconnectednetworkclassifier/configuration.md)

### Encoding and decoding

- [encodeWithOptimizer(_:to:)](createmlcomponents/fullyconnectednetworkclassifier/encodewithoptimizer(_:to:).md)
- [decode(from:)](createmlcomponents/fullyconnectednetworkclassifier/decode(from:).md)

### Fitting a classifier

- [fitted(to:eventHandler:)](createmlcomponents/fullyconnectednetworkclassifier/fitted(to:eventhandler:).md)
- [fitted(to:validateOn:eventHandler:)](createmlcomponents/fullyconnectednetworkclassifier/fitted(to:validateon:eventhandler:).md)
- [FullyConnectedNetworkClassifier.Annotation](createmlcomponents/fullyconnectednetworkclassifier/annotation.md)
- [FullyConnectedNetworkClassifier.Transformer](createmlcomponents/fullyconnectednetworkclassifier/transformer.md)

### Default Implementations

- [SupervisedEstimator Implementations](createmlcomponents/fullyconnectednetworkclassifier/supervisedestimator-implementations.md)
- [UpdatableSupervisedEstimator Implementations](createmlcomponents/fullyconnectednetworkclassifier/updatablesupervisedestimator-implementations.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Escapable](swift/escapable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SupervisedEstimator](createmlcomponents/supervisedestimator.md)
- [UpdatableSupervisedEstimator](createmlcomponents/updatablesupervisedestimator.md)

## See Also

### Classifiers

- [Classifier](createmlcomponents/classifier.md)
- [LogisticRegressionClassifier](createmlcomponents/logisticregressionclassifier.md)
- [LogisticRegressionClassifierModel](createmlcomponents/logisticregressionclassifiermodel.md)
- [BoostedTreeClassifier](createmlcomponents/boostedtreeclassifier.md)
- [BoostedTreeConfiguration](createmlcomponents/boostedtreeconfiguration.md)
- [FullyConnectedNetworkClassifierModel](createmlcomponents/fullyconnectednetworkclassifiermodel.md)
- [FullyConnectedNetworkMultiLabelClassifier](createmlcomponents/fullyconnectednetworkmultilabelclassifier.md)
- [FullyConnectedNetworkMultiLabelClassifierModel](createmlcomponents/fullyconnectednetworkmultilabelclassifiermodel.md)
- [FullyConnectedNetworkConfiguration](createmlcomponents/fullyconnectednetworkconfiguration.md)
- [TreeClassifierModel](createmlcomponents/treeclassifiermodel.md)
- [TimeSeriesClassifier](createmlcomponents/timeseriesclassifier.md)
- [TimeSeriesClassifierConfiguration](createmlcomponents/timeseriesclassifierconfiguration.md)
