mirror of https://github.com/CGAL/cgal
Move ETHZ code to auxiliary
This commit is contained in:
parent
7bd5916fce
commit
af4bbf37a0
|
|
@ -25,8 +25,8 @@
|
|||
#include <CGAL/Classification/Feature_set.h>
|
||||
#include <CGAL/Classification/Label_set.h>
|
||||
|
||||
#include <CGAL/Classification/random-forest/node-gini.hpp>
|
||||
#include <CGAL/Classification/random-forest/forest.hpp>
|
||||
#include <CGAL/Classification/internal/auxiliary/random-forest/node-gini.hpp>
|
||||
#include <CGAL/Classification/internal/auxiliary/random-forest/forest.hpp>
|
||||
|
||||
#include <boost/archive/text_iarchive.hpp>
|
||||
#include <boost/archive/text_oarchive.hpp>
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ Point_set_item_classification::Point_set_item_classification(Scene_points_with_n
|
|||
int current_idx = 0;
|
||||
for (std::size_t i = 0; i < used_indices.size(); ++ i)
|
||||
{
|
||||
if (las_found && (i < 2 || i == 7 || i == 18))
|
||||
if (las_found && (i < 2))
|
||||
{
|
||||
used_indices[i] = -1;
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in New Issue