WinLearningModelMapFeatureDescriptorMBS class

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

WinLearningModelMapFeatureDescriptorMBS class

Super class: WinLearningModelFeatureDescriptorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
class WindowsML MBS WinFrameworks Plugin 20.5 ❌ No ✅ Yes ❌ No ❌ No Desktop only
The descriptor for a map, which is a collection of (key, value) pairs.

Subclass of the WinLearningModelFeatureDescriptorMBS class.
This is a subclass of an abstract class. You can't create an instance, but you can get one from various plugin functions.

Super class WinLearningModelFeatureDescriptorMBS

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.

This class has no sub classes.

Some examples using this class:


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


WinLearningModelImageFeatureDescriptorMBS   -   WinLearningModelMBS


💬 Ask a question or report a problem