共用方式為


MLFeatureValue.CreateUndefined(MLFeatureType) 方法

定義

靜態處理站方法,用來建立 MLFeatureValue 指定型別的 ,但具有未定義的值。

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

參數

type
MLFeatureType

要建立的功能種類。

傳回

屬性

適用於