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

TEST: fix test otbMRFEnergyFisherClassification

parent 8c71a0e7
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ int otbMRFEnergyFisherClassification(int argc, char * argv[]) ...@@ -66,7 +66,7 @@ int otbMRFEnergyFisherClassification(int argc, char * argv[])
file.open(outputFile); file.open(outputFile);
file << std::endl; 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 << "GetSingleValue(10, 1): " << classif->GetSingleValue(10, 1) << std::endl;
file.close(); file.close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment