MLFeatureValue.CreateUndefined(MLFeatureType) 方法

定义

静态工厂方法,用于创建 MLFeatureValue 指定类型但具有未定义值的 。

[Foundation.Export("undefinedFeatureValueWithType:")]
public static CoreML.MLFeatureValue CreateUndefined (CoreML.MLFeatureType type);
static member CreateUndefined : CoreML.MLFeatureType -> CoreML.MLFeatureValue

参数

type
MLFeatureType

要创建的功能类型。

返回

属性

适用于