LearningModelFeatureKind 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
機器學習模型的輸入和輸出功能種類。
public enum class LearningModelFeatureKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.MachineLearningContract, 65536)]
enum class LearningModelFeatureKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.MachineLearningContract), 65536)]
public enum LearningModelFeatureKind
var value = Windows.AI.MachineLearning.LearningModelFeatureKind.tensor
Public Enum LearningModelFeatureKind
- 繼承
-
LearningModelFeatureKind
- 屬性
Windows 需求
裝置系列 |
Windows 10, version 1809 (已於 10.0.17763.0 引進)
|
API contract |
Windows.AI.MachineLearning.MachineLearningContract (已於 v1.0 引進)
|
欄位
Image | 3 | 此功能是影像,因此請使用 ImageFeatureDescriptor。 |
Map | 2 | 此功能是地圖,因此請使用 MapFeatureDescriptor。 |
Sequence | 1 | 此功能是序列,因此請使用 SequenceFeatureDescriptor。 |
Tensor | 0 | 此功能是張量,因此請使用 TensorFeatureDescriptor。 |
備註
每一項都會對應至對應的特徵描述元,可用來深入瞭解如何將特徵傳入和傳出模型。
Windows Server
若要在 Windows Server 上使用此 API,您必須搭配桌面體驗使用 Windows Server 2019。
執行緒安全
此 API 是安全線程。