ILearningModelFeatureValue.Kind Property

Definition

The data type of the feature.

public:
 property LearningModelFeatureKind Kind { LearningModelFeatureKind get(); };
LearningModelFeatureKind Kind();
public LearningModelFeatureKind Kind { get; }
var learningModelFeatureKind = iLearningModelFeatureValue.kind;
Public ReadOnly Property Kind As LearningModelFeatureKind

Property Value

The data type of the feature.

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.

Applies to