Skip to content
Snippets Groups Projects
Commit 4a7f1db4 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

STYLE: remove output to std::out

parent 83a53294
No related branches found
No related tags found
1 merge request!4Dimensionality reduction algorithms
...@@ -228,7 +228,6 @@ private: ...@@ -228,7 +228,6 @@ private:
input->PushBack(mv); input->PushBack(mv);
} }
std::cout << input->GetMeasurementVector(0) << std::endl;
// Statistics for shift/scale // Statistics for shift/scale
MeasurementType meanMeasurementVector; MeasurementType meanMeasurementVector;
MeasurementType stddevMeasurementVector; MeasurementType stddevMeasurementVector;
...@@ -259,7 +258,6 @@ private: ...@@ -259,7 +258,6 @@ private:
otbAppLogINFO("Loading model"); otbAppLogINFO("Loading model");
m_Model = MachineLearningModelFactoryType::CreateMachineLearningModel(GetParameterString("model"), m_Model = MachineLearningModelFactoryType::CreateMachineLearningModel(GetParameterString("model"),
MachineLearningModelFactoryType::ReadMode); MachineLearningModelFactoryType::ReadMode);
std::cout << "model_loaded" << std::endl;
if (m_Model.IsNull()) if (m_Model.IsNull())
{ {
......
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