11#ifndef NFIQ2_MODELINFO_HPP_
12#define NFIQ2_MODELINFO_HPP_
100 std::string modelName;
102 std::string modelTrainer;
104 std::string modelDescription;
106 std::string modelVersion;
108 std::string modelPath;
110 std::string modelHash;
Information about a random forest parameter model.
std::string getModelHash() const
Obtain the md5 checksum of the model.
std::string getModelDescription() const
Obtain additional description information for model.
static const char ModelInfoKeyDescription[]
Description Key.
static const char ModelInfoKeyVersion[]
Version Key.
std::string getModelPath() const
Obtain the file path of the model.
ModelInfo(const std::string &modelInfoFilePath)
Constructor.
static const char ModelInfoKeyHash[]
Hash Key.
static const char ModelInfoKeyTrainer[]
Trainer Key.
std::string getModelVersion() const
Obtain the version number of the model.
std::string getModelName() const
Obtain the model name.
static const char ModelInfoKeyPath[]
Path Key.
std::string getModelTrainer() const
Obtain the entity that trained the random forest model.
static const char ModelInfoKeyName[]
Name Key.
ModelInfo()
Default constructor.
Classes and functions that contribute to the calculation of unified quality scores.