Share via


FeatureElementKindPreview Enum

Definition

Deprecated. Defines the list of supported feature data types.

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
Inheritance
FeatureElementKindPreview
Attributes

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract (introduced in v1.0)

Fields

Name Value Description
Undefined 0

Feature element is undefined.

Float 1

Feature element is of type Float.

UInt8 2

Feature element is of type UInt8.

Int8 3

Feature element is of type Int8.

UInt16 4

Feature element is of type UInt16.

Int16 5

Feature element is of type Int16.

Int32 6

Feature element is of type Int32.

Int64 7

Feature element is of type Int64.

String 8

Feature element is of type String.

Boolean 9

Feature element is of type Boolean.

Float16 10

Feature element is of type Float16.

Double 11

Feature element is of type Double.

UInt32 12

Feature element is of type UInt32.

UInt64 13

Feature element is of type UInt64.

Complex64 14

Feature element is of type Complex64.

Complex128 15

Feature element is of type Complex128.

Remarks

Warning

This is a deprecated API. Please use the Windows.AI.MachineLearning namespace instead.

Applies to