Upravit

Sdílet prostřednictvím


MLFeatureValue.CreateUndefined(MLFeatureType) Method

Definition

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

Applies to