Update doc, examples and tests of Classification

This commit is contained in:
Simon Giraudot
2018-07-05 09:07:32 +02:00
parent d5d501da51
commit 9a25a1248d
5 changed files with 55 additions and 27 deletions
@@ -79,7 +79,8 @@ int main (int argc, char** argv)
}
Neighborhood neighborhood (pts, Pmap());
Local_eigen_analysis eigen (pts, Pmap(), neighborhood.k_neighbor_query(6));
Local_eigen_analysis eigen
= Local_eigen_analysis::create_from_point_set (pts, Pmap(), neighborhood.k_neighbor_query(6));
Label_set labels;
Label_handle a = labels.add ("label_A");