init(labels:configuration:)
Creates a full-connected network multi-label classifier.
Declaration
init(labels: Set<Label>, configuration: FullyConnectedNetworkConfiguration = defaultConfiguration)Parameters
- labels:
The labels used to train the multi-label classifier.
- configuration:
The configuration.