Collection of model information. More...
#include <cvb/minos/classifier.hpp>
Public Member Functions | |
| int | Count () const |
| Retrieves the number of elements in the collection. | |
| ClassifierModelInfo | ReadInfo (int index) const |
| Retrieves the indexed model information block. | |
| void | WriteInfo (int index, ClassifierModelInfo model) |
| Writes the indexed model information block. | |
| std::vector< ClassifierModelInfo > | ReadInfo () const |
| Retrieves all the items stored in the collection. | |
Collection of model information.
|
inline |
Retrieves the number of elements in the collection.
| Any | exception derived from std::exception including CvbException. |
|
inline |
Retrieves all the items stored in the collection.
| Any | exception derived from std::exception including CvbException. |
|
inline |
Retrieves the indexed model information block.
| [in] | index | Index of the collection to be accessed. |
| Any | exception derived from std::exception including CvbException. |
|
inline |
Writes the indexed model information block.
| [in] | index | Index of the collection to be accessed. |
| [in] | model | Model information to be written. |
| Any | exception derived from std::exception including CvbException. |