Partager via


MLFeatureType Énumération

Définition

Énumère les types de fonctionnalités prises en charge par CoreML.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MLFeatureType
type MLFeatureType = 
Héritage
MLFeatureType
Attributs

Champs

Dictionary 6

Fonctionnalité de dictionnaire/carte. Le dictionnaire est de type T:System.Object ->NSNumber.

Double 2

Fonctionnalité de valeur à virgule flottante double précision.

Image 4

Fonctionnalité d’image.

Int64 1

Fonctionnalité entière 64 bits.

Invalid 0

Valeur non valide pour une fonctionnalité.

MultiArray 5

Fonctionnalité de tableau multidimensionnel.

Sequence 7

Données de séquence, telles qu’une série chronologique ou des mots classés en tant que texte.

String 3

Fonctionnalité de chaîne.

S’applique à