Properties | List of all members
ClassifierModelInfo Class Reference

Information about a Minos classifier model. More...

Inherits object.

Properties

 advance_vector = property
 cvb.Point2D: Advance vector of the model. More...
 
 name = property
 str: Name of the model. More...
 

Detailed Description

Information about a Minos classifier model.

Instantiates a ClassifierModelInfo object.

Parameters

name : str Name of the model.

advance_vector : cvb.Point2D Advance vector of the model.

Property Documentation

◆ advance_vector

advance_vector = property
static

cvb.Point2D: Advance vector of the model.

◆ name

name = property
static

str: Name of the model.