mirror of https://github.com/CGAL/cgal
Remove unused variable
This commit is contained in:
parent
aefbb150e2
commit
058a455e3c
|
|
@ -292,7 +292,6 @@ public:
|
||||||
std::size_t nb_trials = 100;
|
std::size_t nb_trials = 100;
|
||||||
double wmin = 1e-5, wmax = 1e5;
|
double wmin = 1e-5, wmax = 1e5;
|
||||||
double factor = std::pow (wmax/wmin, 1. / (double)nb_trials);
|
double factor = std::pow (wmax/wmin, 1. / (double)nb_trials);
|
||||||
std::size_t feature_used = 0;
|
|
||||||
|
|
||||||
for (std::size_t j = 0; j < m_classifier->number_of_features(); ++ j)
|
for (std::size_t j = 0; j < m_classifier->number_of_features(); ++ j)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue