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 名前空間を 使用してください。