次の方法で共有


MLFeatureValue.CreateUndefined(MLFeatureType) メソッド

定義

定義されていない値を持つ、指定した型の を作成 MLFeatureValue する静的ファクトリ メソッド。

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

パラメーター

type
MLFeatureType

作成する機能の種類。

戻り値

属性

適用対象