FeatureElementKindPreview Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Action déconseillée. Définit la liste des types de données de fonctionnalités pris en charge.
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
- Héritage
-
FeatureElementKindPreview
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1803 (introduit dans 10.0.17134.0)
|
API contract |
Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract (introduit dans v1.0)
|
Champs
Boolean | 9 | L’élément Feature est de type Boolean. |
Complex128 | 15 | L’élément Feature est de type Complex128. |
Complex64 | 14 | L’élément Feature est de type Complex64. |
Double | 11 | L’élément Feature est de type Double. |
Float | 1 | L’élément Feature est de type Float. |
Float16 | 10 | L’élément Feature est de type Float16. |
Int16 | 5 | L’élément Feature est de type Int16. |
Int32 | 6 | L’élément Feature est de type Int32. |
Int64 | 7 | L’élément Feature est de type Int64. |
Int8 | 3 | L’élément Feature est de type Int8. |
String | 8 | L’élément Feature est de type String. |
UInt16 | 4 | L’élément Feature est de type UInt16. |
UInt32 | 12 | L’élément Feature est de type UInt32. |
UInt64 | 13 | L’élément Feature est de type UInt64. |
UInt8 | 2 | L’élément Feature est de type UInt8. |
Undefined | 0 | L’élément Feature n’est pas défini. |
Remarques
Avertissement
Il s’agit d’une API déconseillée. Utilisez plutôt l’espace de noms Windows.AI.MachineLearning .