FeatureElementKindPreview 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
더 이상 사용되지 않습니다. 지원되는 기능 데이터 형식 목록을 정의합니다.
public enum class FeatureElementKindPreview
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract, 65536)]
enum class FeatureElementKindPreview
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("Use TensorKind instead of FeatureElementKindPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
enum class FeatureElementKindPreview
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract), 65536)]
public enum FeatureElementKindPreview
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("Use TensorKind instead of FeatureElementKindPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
public enum FeatureElementKindPreview
var value = Windows.AI.MachineLearning.Preview.FeatureElementKindPreview.undefined
Public Enum FeatureElementKindPreview
- 상속
-
FeatureElementKindPreview
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10, version 1803 (10.0.17134.0에서 도입되었습니다.)
|
API contract |
Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract (v1.0에서 도입되었습니다.)
|
필드
Boolean | 9 | Feature 요소는 부울 형식입니다. |
Complex128 | 15 | Feature 요소는 Complex128 형식입니다. |
Complex64 | 14 | Feature 요소는 Complex64 형식입니다. |
Double | 11 | Feature 요소는 Double 형식입니다. |
Float | 1 | Feature 요소는 Float 형식입니다. |
Float16 | 10 | Feature 요소는 Float16 형식입니다. |
Int16 | 5 | Feature 요소는 Int16 형식입니다. |
Int32 | 6 | Feature 요소는 Int32 형식입니다. |
Int64 | 7 | Feature 요소는 Int64 형식입니다. |
Int8 | 3 | Feature 요소는 Int8 형식입니다. |
String | 8 | Feature 요소는 String 형식입니다. |
UInt16 | 4 | Feature 요소는 UInt16 형식입니다. |
UInt32 | 12 | Feature 요소는 UInt32 형식입니다. |
UInt64 | 13 | Feature 요소는 UInt64 형식입니다. |
UInt8 | 2 | Feature 요소는 UInt8 형식입니다. |
Undefined | 0 | Feature 요소가 정의되지 않았습니다. |
설명
경고
더 이상 사용되지 않는 API입니다. 대신 Windows.AI.MachineLearning 네임스페이스를 사용하세요.