FeatureElementKindPreview Enumeración
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
En desuso. Define la lista de tipos de datos de características admitidos.
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
- Herencia
-
FeatureElementKindPreview
- Atributos
Requisitos de Windows
Familia de dispositivos |
Windows 10, version 1803 (se introdujo en la versión 10.0.17134.0)
|
API contract |
Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract (se introdujo en la versión v1.0)
|
Campos
Boolean | 9 | El elemento Feature es de tipo Boolean. |
Complex128 | 15 | El elemento Feature es de tipo Complex128. |
Complex64 | 14 | El elemento Feature es de tipo Complex64. |
Double | 11 | El elemento Feature es de tipo Double. |
Float | 1 | El elemento Feature es de tipo Float. |
Float16 | 10 | El elemento Feature es de tipo Float16. |
Int16 | 5 | El elemento Feature es de tipo Int16. |
Int32 | 6 | El elemento Feature es de tipo Int32. |
Int64 | 7 | El elemento Feature es de tipo Int64. |
Int8 | 3 | El elemento Feature es de tipo Int8. |
String | 8 | El elemento Feature es de tipo String. |
UInt16 | 4 | El elemento Feature es de tipo UInt16. |
UInt32 | 12 | El elemento Feature es de tipo UInt32. |
UInt64 | 13 | El elemento Feature es de tipo UInt64. |
UInt8 | 2 | El elemento Feature es de tipo UInt8. |
Undefined | 0 | El elemento Feature no está definido. |
Comentarios
Advertencia
Se trata de una API en desuso. Use el espacio de nombres Windows.AI.MachineLearning en su lugar.