MLSoundClassifier.ModelParameters.FeatureExtractorType
The feature-extractor options for a sound-classifier training algorithm.
Declaration
enum FeatureExtractorTypeOverview
Use the MLSoundClassifier.ModelParameters.FeatureExtractorType.audioFeaturePrint(type:revision:) feature extractor to create a model with the following advantages over vggish:
More accurate predictions
Lower latency
Smaller model file size
Less training time
Use MLSoundClassifier.ModelParameters.FeatureExtractorType.vggish(revision:) to support older OS versions.
Topics
Designating a feature extractor
MLSoundClassifier.ModelParameters.FeatureExtractorType.audioFeaturePrint(type:revision:)MLSoundClassifier.ModelParameters.FeaturePrintTypeMLSoundClassifier.ModelParameters.FeatureExtractorType.vggish(revision:)