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

Boolean 9

Feature element is of type Boolean.

Complex128 15

Feature element is of type Complex128.

Complex64 14

Feature element is of type Complex64.

Double 11

Feature element is of type Double.

Float 1

Feature element is of type Float.

Float16 10

Feature element is of type Float16.

Int16 5

Feature element is of type Int16.

Int32 6

Feature element is of type Int32.

Int64 7

Feature element is of type Int64.

Int8 3

Feature element is of type Int8.

String 8

Feature element is of type String.

UInt16 4

Feature element is of type UInt16.

UInt32 12

Feature element is of type UInt32.

UInt64 13

Feature element is of type UInt64.

UInt8 2

Feature element is of type UInt8.

Undefined 0

Feature element is undefined.

Remarks

Warning

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

Applies to