다음을 통해 공유


MLFeatureType 열거형

정의

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 = 
상속
MLFeatureType
특성

필드

Dictionary 6

사전/지도 기능입니다. 사전은 ->NSNumber형식입니다.

Double 2

배정밀도 부동 소수점 값 기능입니다.

Image 4

이미지 기능입니다.

Int64 1

64비트 정수 기능입니다.

Invalid 0

기능에 대한 잘못된 값입니다.

MultiArray 5

다차원 배열 기능입니다.

Sequence 7

시계열 또는 텍스트로 정렬된 단어와 같은 시퀀스 데이터입니다.

String 3

문자열 기능입니다.

적용 대상