From abac2ee1c919653efe7b9a356c71ae7dd1ba41af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <traizetc@cesbio.cnes.fr>
Date: Thu, 11 May 2017 17:53:33 +0200
Subject: [PATCH] master working again

---
 app/cbDimensionalityReduction.cxx | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app/cbDimensionalityReduction.cxx b/app/cbDimensionalityReduction.cxx
index 4275a3e8a0..5ec146218a 100644
--- a/app/cbDimensionalityReduction.cxx
+++ b/app/cbDimensionalityReduction.cxx
@@ -28,6 +28,9 @@
 #include "otbImageToVectorImageCastFilter.h"
 #include "otbMachineLearningModelFactory.h"
 
+
+//#include "DimensionalityReductionModelFactory.h" // new branch
+
 namespace otb
 {
 namespace Functor
@@ -202,7 +205,7 @@ private:
     m_Model->Load(GetParameterString("model"));
     m_Model->SetRegressionMode(true);
     otbAppLogINFO("Model loaded");
-
+	
     // Classify
     m_ClassificationFilter = ClassificationFilterType::New();
     m_ClassificationFilter->SetModel(m_Model);
@@ -265,7 +268,7 @@ private:
       }
 
     SetParameterOutputImage<FloatImageType>("out", outputImage);
-
+	
   }
 
   ClassificationFilterType::Pointer m_ClassificationFilter;
-- 
GitLab