Platforms to show: All Mac Windows Linux Cross-Platform

WinLearningModelFeatureDescriptorMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class WindowsML MBS WinFrameworks Plugin 20.5 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Describes the common properties that all features have.

This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

Kinds

Constant Value Description
KindImage 3 The feature is an image, so use WinLearningModelImageFeatureDescriptorMBS class.
KindMap 2 The feature is a map, so use WinLearningModelMapFeatureDescriptorMBS class.
KindSequence 1 The feature is a sequence, so use WinLearningModelSequenceFeatureDescriptorMBS class.
KindTensor 0 The feature is a tensor, so use WinLearningModelTensorFeatureDescriptorMBS class.

Tensor Kind

Constant Value Description
TensorKindBoolean 9 The tensor type is Boolean.
TensorKindComplex128 15 Invalid type.
TensorKindComplex64 14 Invalid type.
TensorKindDouble 11 The tensor type is 64-bit floating point.
TensorKindFloat 1 The tensor type is 32-bit floating point.
TensorKindFloat16 10 The tensor type is 16-bit floating point.
TensorKindInt16 5 The tensor type is 16-bit signed integer.
TensorKindInt32 6 The tensor type is 32-bit signed integer.
TensorKindInt64 7 The tensor type is 64-bit signed integer.
TensorKindInt8 3 The tensor type is 8-bit signed integer.
TensorKindString 8 The tensor type is String.
TensorKindUInt16 4 The tensor type is 16-bit unsigned integer.
TensorKindUInt32 12 The tensor type is 32-bit unsigned integer.
TensorKindUInt64 13 The tensor type is 64-bit unsigned integer.
TensorKindUInt8 2 The tensor type is 8-bit unsigned integer.
TensorKindUndefined 0 Invalid type.

Sub classes:

Some methods using this class:

Some properties using for this class:

Some examples using this class:


The items on this page are in the following plugins: MBS WinFrameworks Plugin.


WinLearningModelEvaluationResultMBS   -   WinLearningModelImageFeatureDescriptorMBS


The biggest plugin in space...