Option to export the list of feature importance values to CSV

This commit is contained in:
Daniel Girardeau-Montaut
2019-03-29 10:34:17 +01:00
parent 5d58f25c1d
commit 0cdd0c8f1c
4 changed files with 48 additions and 3 deletions
+2 -1
View File
@@ -207,7 +207,8 @@ bool Classifier::classify( const Feature::Source::Set& featureSources,
catch (const cv::Exception& cvex)
{
errorMessage = cvex.msg.c_str();
return false;
success = false;
break;
}
for (int fIndex = 0; fIndex < attributesPerSample; ++fIndex)