Freigeben über


FeatureElementKindPreview Enumeration

Definition

Veraltet. Definiert die Liste der unterstützten Featuredatentypen.

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
Vererbung
FeatureElementKindPreview
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1803 (eingeführt in 10.0.17134.0)
API contract
Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract (eingeführt in v1.0)

Felder

Boolean 9

Das Feature-Element ist vom Typ Boolean.

Complex128 15

Das Feature-Element hat den Typ Complex128.

Complex64 14

Das Feature-Element ist vom Typ Complex64.

Double 11

Das Feature-Element ist vom Typ Double.

Float 1

Das Feature-Element ist vom Typ Float.

Float16 10

Das Feature-Element ist vom Typ Float16.

Int16 5

Das Feature-Element hat den Typ Int16.

Int32 6

Das Feature-Element ist vom Typ Int32.

Int64 7

Das Feature-Element hat den Typ Int64.

Int8 3

Das Feature-Element hat den Typ Int8.

String 8

Das Feature-Element hat den Typ String.

UInt16 4

Das Feature-Element hat den Typ UInt16.

UInt32 12

Das Feature-Element ist vom Typ UInt32.

UInt64 13

Das Feature-Element ist vom Typ UInt64.

UInt8 2

Das Feature-Element ist vom Typ UInt8.

Undefined 0

Das Feature-Element ist nicht definiert.

Hinweise

Warnung

Dies ist eine veraltete API. Verwenden Sie stattdessen den Windows.AI.MachineLearning-Namespace .

Gilt für: