CVBpy 15.0
Loading...
Searching...
No Matches
ClassifierModelInfo Class Reference

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.
 

Detailed Description

Information about a Minos classifier model.

Constructor & Destructor Documentation

◆ ClassifierModelInfo()

None ClassifierModelInfo ( self,
str name,
cvb.Point2D advance_vector )

Instantiates a ClassifierModelInfo object.

Parameters

name : str Name of the model.

advance_vector : cvb.Point2D Advance vector of the model.