mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-30 00:50:49 +08:00
Option to export the list of feature importance values to CSV
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user