This commit is contained in:
Daniel Girardeau-Montaut
2019-03-26 14:28:27 +01:00
parent e9c145ee47
commit da6293e522
14 changed files with 420 additions and 225 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ bool ContextBasedFeature::prepare( const CorePoints& corePoints,
error = QString("Failed to prepare scalar %1 @ scale %2").arg(resultSFName).arg(scale);
return false;
}
sourceName = sf->getName();
source.name = sf->getName();
if (!scaled()) //with 'kNN' neighbors, we can compute the values right away
{