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

ENH: change default parameter DoProbabilityEstimates to false

parent a0573d3f
Branches
Tags
No related merge requests found
......@@ -43,7 +43,7 @@ SVMModel<TValue, TLabel>::SVMModel()
this->SetEpsilon(1e-3);
this->SetP(0.1);
this->DoShrinking(true);
this->DoProbabilityEstimates(true);
this->DoProbabilityEstimates(false);
m_Parameters.kernel_generic = NULL;
m_Parameters.kernel_composed = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment