Category Object (ICategory Interface)
This object is a set of classification objects belonging to the same category. Several Category objects can represent the complete set of data for training the classifier.
Properties
Name | Type | Description |
---|---|---|
Label | BSTR | The category label. |
Objects | ClassificationObjects, read-only | The classification objects belonging to the category. |
Related objects
Output parameter
This object is the output parameter of the AddNew, Find, Item methods of the Categories object.
Samples
This object is used in the Classification code sample.
See also
7/3/2024 8:50:25 AM