MLFeatureValue.CreateUndefined(MLFeatureType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Static factory method to create a MLFeatureValue of the specified type but with an undefined value.
[Foundation.Export("undefinedFeatureValueWithType:")]
public static CoreML.MLFeatureValue CreateUndefined (CoreML.MLFeatureType type);
static member CreateUndefined : CoreML.MLFeatureType -> CoreML.MLFeatureValue
Parameters
- type
- MLFeatureType
The kind of feature to create.
Returns
- Attributes