MLSoundClassifier.ModelParameters.ValidationData.split(strategy:)
A validation dataset derived by randomly selecting a portion of the sound classifier’s training dataset using the split strategy.
Declaration
case split(strategy: MLSplitStrategy)Discussion
strategy: The partition method this case uses to create the validation dataset from the training dataset.