Information about a Minos classifier model.
More...
#include <cvb/minos/classifier.hpp>
Information about a Minos classifier model.
◆ ClassifierModelInfo()
Create a new model information object.
- Parameters
-
| [in] | name | Name of the model. |
| [in] | advanceVector | Advance vector of the model. |
- Exceptions
-
◆ AdvanceVector()
| Point2D< int > AdvanceVector |
( |
| ) |
const |
|
inline |
Get the advance vector of the model.
- Returns
- The model advance vector.
- Exceptions
-
◆ Name()
Get the name of the model.
- Returns
- The model name.
- Exceptions
-
◆ SetAdvanceVector()
| void SetAdvanceVector |
( |
Point2D< int > | advanceVector | ) |
|
|
inline |
Set the advance vector of the model.
- Parameters
-
| [in] | advanceVector | The model advance vector. |
- Exceptions
-
◆ SetName()
| void SetName |
( |
const String & | name | ) |
|
|
inline |
Set the name of the model.
- Parameters
-
- Exceptions
-