ILearningModelFeatureValue Interface

Definition

The instantiated value for a feature.

public interface class ILearningModelFeatureValue
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.MachineLearningContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4111467995, 16517, 19966, 159, 237, 149, 235, 12, 12, 247, 92)]
struct ILearningModelFeatureValue
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.MachineLearningContract), 65536)]
[Windows.Foundation.Metadata.Guid(4111467995, 16517, 19966, 159, 237, 149, 235, 12, 12, 247, 92)]
public interface ILearningModelFeatureValue
Public Interface ILearningModelFeatureValue
Derived
Attributes

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.AI.MachineLearning.MachineLearningContract (introduced in v1.0)

Remarks

Windows Server

To use this API on Windows Server, you must use Windows Server 2019 with Desktop Experience.

Thread safety

This API is thread-safe.

Properties

Kind

The data type of the feature.

Applies to

See also