ClassificationTrainingBatches Object (IClassificationTrainingBatches Interface)
This object is a collection of batches for the classifier training.
Properties
| Name | Type | Description | 
|---|---|---|
| Count | Integer, read-only | Returns the number of elements in the collection. | 
| Element | ClassificationTrainingBatch, read-only | Provides access to a single element of the collection. | 
Methods
| Name | Description | 
|---|---|
| AddNew | Adds a new batch at the end of the collection. | 
| DeleteAll | Removes all the elements from the collection. | 
| DeleteAt | Removes an element from the collection by index. | 
| FindById | Provides access to a batch by its identifier. | 
| FindByName | Provides access to a batch by its name. | 
| Item | Provides access to a single element of the collection. | 
Related objects

Samples
This object is used in the following code samples: Classification.
See also
15.08.2023 13:19:30