Contents

featureType

An error code for problems related to model features.

Declaration

static var featureType: MLModelError.Code { get }

Discussion

Core ML typically throws this error when an app sends an input feature a value that’s of an incorrect type.

See Also

Error Codes