CVBpy 14.1
ClassifierModelInfo Class Reference

Information about a Minos classifier model. More...

Inherits object.

Public Member Functions

None ClassifierModelInfo (self, str name, cvb.Point2D advance_vector)
 Instantiates a ClassifierModelInfo object. More...
 

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.