FeatureElementKindPreview 枚举

定义

已弃用。 定义支持的功能数据类型的列表。

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

特征元素的类型为 Boolean。

Complex128 15

特征元素的类型为 Complex128。

Complex64 14

特征元素的类型为 Complex64。

Double 11

特征元素的类型为 Double。

Float 1

特征元素的类型为 Float。

Float16 10

特征元素的类型为 Float16。

Int16 5

功能元素的类型为 Int16。

Int32 6

功能元素的类型为 Int32。

Int64 7

功能元素的类型为 Int64。

Int8 3

功能元素的类型为 Int8。

String 8

功能元素的类型为 String。

UInt16 4

功能元素的类型为 UInt16。

UInt32 12

功能元素的类型为 UInt32。

UInt64 13

功能元素的类型为 UInt64。

UInt8 2

功能元素的类型为 UInt8。

Undefined 0

未定义功能元素。

注解

警告

这是一个已弃用的 API。 请改用 Windows.AI.MachineLearning 命名空间。

适用于