Skip to content
Snippets Groups Projects
Commit 2dbabf01 authored by Julien Malik's avatar Julien Malik
Browse files

TEST: fix test otbMRFEnergyFisherClassification

parent 8c71a0e7
Branches
Tags
No related merge requests found
......@@ -66,7 +66,7 @@ int otbMRFEnergyFisherClassification(int argc, char * argv[])
file.open(outputFile);
file << std::endl;
file << "Number of paramters: " << classif->GetNumberOfParameters() << std::endl;
file << "Number of parameters: " << classif->GetNumberOfParameters() << std::endl;
file << "GetSingleValue(10, 1): " << classif->GetSingleValue(10, 1) << std::endl;
file.close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment