]> ruin.nu Git - germs.git/blobdiff - src/modelidentifier.h
Only show models with positive score, and convert the enum to strings
[germs.git] / src / modelidentifier.h
index 1ed4809ff72319836c798cbdfd14c1c231183c86..bd990443956fd1cb6809b8bd8792e3513d0ea942 100644 (file)
@@ -54,6 +54,8 @@ class ModelIdentifier{
                 */
                std::map<Model,double> identify(const GeneOrder& go);
 
+               static std::string modelName(Model m);
+
                ~ModelIdentifier();
        private:
                fann* _ann;