FeatureElementKindPreview 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
已取代。 定義支援的功能資料類型清單。
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
- 繼承
-
FeatureElementKindPreview
- 屬性
Windows 需求
裝置系列 |
Windows 10, version 1803 (已於 10.0.17134.0 引進)
|
API contract |
Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract (已於 v1.0 引進)
|
欄位
Boolean | 9 | Feature 元素的類型為 Boolean。 |
Complex128 | 15 | Feature 元素的類型為 Complex128。 |
Complex64 | 14 | Feature 元素的類型為 Complex64。 |
Double | 11 | Feature 元素的類型為 Double。 |
Float | 1 | Feature 元素的類型為 Float。 |
Float16 | 10 | Feature 元素的類型為 Float16。 |
Int16 | 5 | Feature 元素的類型為 Int16。 |
Int32 | 6 | Feature 元素的類型為 Int32。 |
Int64 | 7 | Feature 元素的類型為 Int64。 |
Int8 | 3 | Feature 元素的類型為 Int8。 |
String | 8 | Feature 元素的類型為 String。 |
UInt16 | 4 | Feature 元素的類型為 UInt16。 |
UInt32 | 12 | Feature 元素的類型為 UInt32。 |
UInt64 | 13 | Feature 元素的類型為 UInt64。 |
UInt8 | 2 | Feature 元素的類型為 UInt8。 |
Undefined | 0 | 未定義 Feature 元素。 |
備註
警告
這是已被取代的 API。 請改用 Windows.AI.MachineLearning 命名空間。