MLSoundClassifier.ModelParameters.ValidationData.dictionary(_:)
A validation dataset represented by a dictionary.
Declaration
case dictionary([String : [URL]])Discussion
dictionary: A validation dataset that uses a collection of labeled audio files represented by a dictionary. Each key of the dictionary is a label, and its value is an array of audio-file URLs.