FeatureElementKindPreview Enumeração

Definição

Preterido. Define a lista de tipos de dados de recursos com suporte.

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
Herança
FeatureElementKindPreview
Atributos

Requisitos do Windows

Família de dispositivos
Windows 10, version 1803 (introduzida na 10.0.17134.0)
API contract
Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract (introduzida na v1.0)

Campos

Boolean 9

O elemento feature é do tipo Boolean.

Complex128 15

O elemento feature é do tipo Complex128.

Complex64 14

O elemento feature é do tipo Complex64.

Double 11

O elemento feature é do tipo Double.

Float 1

O elemento feature é do tipo Float.

Float16 10

O elemento feature é do tipo Float16.

Int16 5

O elemento feature é do tipo Int16.

Int32 6

O elemento feature é do tipo Int32.

Int64 7

O elemento feature é do tipo Int64.

Int8 3

O elemento feature é do tipo Int8.

String 8

O elemento feature é do tipo String.

UInt16 4

O elemento feature é do tipo UInt16.

UInt32 12

O elemento feature é do tipo UInt32.

UInt64 13

O elemento feature é do tipo UInt64.

UInt8 2

O elemento feature é do tipo UInt8.

Undefined 0

O elemento feature é indefinido.

Comentários

Aviso

Essa é uma API preterida. Em vez disso, use o namespace Windows.AI.MachineLearning .

Aplica-se a