| Interface | Description |
|---|---|
| Builder<T> |
Generic builder interface, that all builders for machine learning algorithms implement.
|
| Model |
Every model should provide methods for training and testing.
|
| ModelProvider<M> |
This interface should be implemented if we want to allow access to underlying ML model
|
| Class | Description |
|---|---|
| BoundingBox |
This class represents a bounding box over image at specified position, dimensions, label and score.
|
| DataSets | Deprecated |
| VisRecConstants |
Shared constants to retrieve and set values in properties.
|
| Exception | Description |
|---|---|
| InvalidBuilderConfigurationException |
The Builder is able to attempt to invoke setter methods of the implemented Builder interface.
|
Copyright © 2020. All rights reserved.