MLFeatureType Enum

Definition

Enumerates the kinds of features supported by 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 = 
Inheritance
MLFeatureType
Attributes

Fields

Dictionary 6

A dictionary / map feature. The dictionary is of type T:System.Object -> NSNumber.

Double 2

A double-precision floating-point value feature.

Image 4

An image feature.

Int64 1

A 64-bit integer feature.

Invalid 0

An invalid value for a feature.

MultiArray 5

A multidimensional array feature.

Sequence 7

Sequence data, such as a time series or words ordered as text.

String 3

A string feature.

Applies to