From edd896beeadda28562705933316d94eb08600bda Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@cnes.fr>
Date: Wed, 5 Apr 2017 14:34:52 +0200
Subject: [PATCH] BUG: Remove the category parameter

---
 .../AppClassification/include/otbLearningApplicationBase.txx  | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Modules/Applications/AppClassification/include/otbLearningApplicationBase.txx b/Modules/Applications/AppClassification/include/otbLearningApplicationBase.txx
index 3933451c50..511f94fb6c 100644
--- a/Modules/Applications/AppClassification/include/otbLearningApplicationBase.txx
+++ b/Modules/Applications/AppClassification/include/otbLearningApplicationBase.txx
@@ -55,10 +55,6 @@ LearningApplicationBase<TInputValue,TOutputValue>
   AddParameter(ParameterType_Choice, "classifier", "Classifier to use for the training");
   SetParameterDescription("classifier", "Choice of the classifier to use for the training.");
 
-  AddParameter(ParameterType_Choice, "category", "Type of classifier use for the training (supervised or unsupervised");
-  SetParameterDescription("category", "Choice of the classifier type to use for the training, "
-          "choice is supervised or unsupervised.");
-
   InitSupervisedClassifierParams();
   m_SupervisedClassifier = GetChoiceKeys("classifier");
 
-- 
GitLab