Skip to content
Snippets Groups Projects
Commit 20df40dc authored by Julien Michel's avatar Julien Michel
Browse files

Merge branch 'unsupervised_classif' into contingency_table

parents fce52d97 edd896be
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
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