1 #ifndef NFIQ2_MODELINFO_HPP_
2 #define NFIQ2_MODELINFO_HPP_
90 std::string modelName;
92 std::string modelTrainer;
94 std::string modelDescription;
96 std::string modelVersion;
98 std::string modelPath;
100 std::string modelHash;
Information about a random forest parameter model.
std::string getModelHash() const
Obtain the md5 checksum of the model.
static const std::string ModelInfoKeyName
Name Key.
std::string getModelDescription() const
Obtain additional description information for model.
std::string getModelPath() const
Obtain the file path of the model.
static const std::string ModelInfoKeyDescription
Description Key.
ModelInfo(const std::string &modelInfoFilePath)
Constructor.
static const std::string ModelInfoKeyHash
Hash Key.
std::string getModelVersion() const
Obtain the version number of the model.
std::string getModelName() const
Obtain the model name.
static const std::string ModelInfoKeyVersion
Version Key.
std::string getModelTrainer() const
Obtain the entity that trained the random forest model.
ModelInfo()
Default constructor.
static const std::string ModelInfoKeyTrainer
Trainer Key.
static const std::string ModelInfoKeyPath
Path Key.
Classes and functions that contribute to the calculation of NFIQ2 scores.