cgal/Classification/examples/Classification
Laurent Rineau 5cfc758880 Fix a warning
```
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\include\numeric(35): warning C4267: '=': conversion from 'size_t' to '_Ty', possible loss of data
        with
        [
            _Ty=int
        ]
C:\cgal_test\CGAL-5.2-I-14\cmake\platforms\Windows_MSVC-2019-Community-Release-64bits\test\Classification_Examples\gis_tutorial_example.cpp(674): note: see reference to function template instantiation '_Ty std::accumulate<std::_Vector_iterator<std::_Vector_val<std::_Simple_types<std::vector<CGAL::Point_3<Kernel_>,std::allocator<CGAL::Point_3<Kernel_>>>>>>,int,main::<lambda_f241736352025ce40037bac2971f2e7f>>(const _InIt,const _InIt,_Ty,_Fn)' being compiled
        with
        [
            _Ty=int,
            Kernel_=CGAL::Epick,
            _InIt=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<std::vector<CGAL::Point_3<CGAL::Epick>,std::allocator<CGAL::Point_3<CGAL::Epick>>>>>>,
            _Fn=main::<lambda_f241736352025ce40037bac2971f2e7f>
        ]
```
2020-09-29 09:31:03 +02:00
..
data Update config files with new format 2018-10-12 10:35:40 +02:00
include Add polyline simplification to GIS tutorial + several fixes 2020-02-04 14:35:39 +01:00
CMakeLists.txt Merge remote-tracking branch 'mine/CMake-Third_party_imported_targets-GF' into CMake-Third_party_imported_targets-GF 2020-05-28 08:53:17 +02:00
example_classification.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:26:59 +01:00
example_cluster_classification.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:26:59 +01:00
example_ethz_random_forest.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
example_feature.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
example_generation_and_training.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
example_mesh_classification.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
example_opencv_random_forest.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
example_tensorflow_neural_network.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
gis_tutorial_example.cmd Add input file for gis_tutorial example 2020-04-14 09:21:19 +02:00
gis_tutorial_example.cpp Fix a warning 2020-09-29 09:31:03 +02:00