display scales

This commit is contained in:
Paul Leroy
2022-10-17 17:33:15 +02:00
parent 42d282b844
commit bfb64326bb
7 changed files with 54 additions and 18 deletions
+1 -1
View File
@@ -444,7 +444,7 @@ void q3DMASCPlugin::doTrainAction()
float previousTestSubsetRatio = -1.0f;
SFCollector generatedScalarFields, generatedScalarFieldsTest;
//we will train + evaluate the classifier, then display the reuslts
//we will train + evaluate the classifier, then display the results
//then let the user change parameters and (potentially) start again
for (int iteration = 0; ; ++iteration)
{