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
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | WindowsML | MBS WinFrameworks Plugin | 20.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
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. |
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. |
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WinLearningModelEvaluationResultMBS - WinLearningModelImageFeatureDescriptorMBS