Condividi tramite


FeatureElementKindPreview Enumerazione

Definizione

Deprecato. Definisce l'elenco dei tipi di dati di funzionalità supportati.

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
Ereditarietà
FeatureElementKindPreview
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 1803 (è stato introdotto in 10.0.17134.0)
API contract
Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract (è stato introdotto in v1.0)

Campi

Boolean 9

L'elemento Feature è di tipo Boolean.

Complex128 15

L'elemento Feature è di tipo Complex128.

Complex64 14

L'elemento Feature è di tipo Complex64.

Double 11

L'elemento Feature è di tipo Double.

Float 1

L'elemento Feature è di tipo Float.

Float16 10

L'elemento Feature è di tipo Float16.

Int16 5

L'elemento Feature è di tipo Int16.

Int32 6

L'elemento Feature è di tipo Int32.

Int64 7

L'elemento Feature è di tipo Int64.

Int8 3

L'elemento Feature è di tipo Int8.

String 8

L'elemento Feature è di tipo String.

UInt16 4

L'elemento Feature è di tipo UInt16.

UInt32 12

L'elemento Feature è di tipo UInt32.

UInt64 13

L'elemento Feature è di tipo UInt64.

UInt8 2

L'elemento Feature è di tipo UInt8.

Undefined 0

L'elemento Feature non è definito.

Commenti

Avviso

Si tratta di un'API deprecata. Usare invece lo spazio dei nomi Windows.AI.MachineLearning .

Si applica a