Option to evaluation a classifier with a point cloud

This commit is contained in:
Daniel Girardeau-Montaut
2019-03-24 23:16:55 +01:00
parent 35bfc92dbf
commit 4907e68ae2
4 changed files with 60 additions and 6 deletions
+1
View File
@@ -245,6 +245,7 @@ bool Classifier::evaluate(const Feature::Set& features, CCLib::ReferenceCloud* t
}
if (!testSubset)
{
assert(false);
errorMessage = QObject::tr("No test subset provided");
return false;
}