Information about a Minos classifier model. More...
Public Member Functions | |
| None | ClassifierModelInfo (self, str name, cvb.Point2D advance_vector) |
| Instantiates a ClassifierModelInfo object. | |
Properties | |
| advance_vector = property | |
| cvb.Point2D: Advance vector of the model. | |
| name = property | |
| str: Name of the model. | |
Information about a Minos classifier model.
| None ClassifierModelInfo | ( | self, | |
| str | name, | ||
| cvb.Point2D | advance_vector ) |
Instantiates a ClassifierModelInfo object.
name : str Name of the model.
advance_vector : cvb.Point2D Advance vector of the model.