Compartir a través de


MLFeatureValue.CreateUndefined(MLFeatureType) Método

Definición

Método de generador estático para crear un MLFeatureValue de tipo especificado, pero con un valor indefinido.

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

Parámetros

type
MLFeatureType

Tipo de característica que se va a crear.

Devoluciones

Atributos

Se aplica a