Sébastien Loriot
|
2f81a21523
|
Merge 'CGAL-named_function_parameters' for 4.13-branch into 4.14-branch
Conflicts resolved by hand
|
2019-07-28 22:30:13 +02:00 |
Sébastien Loriot
|
cebf0657d8
|
Use a full CGAL version of named function parameters
no longer rely on boost
|
2019-07-14 22:45:47 +02:00 |
Laurent Rineau
|
e79bfd5d03
|
Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch
|
2019-07-03 11:10:03 +02:00 |
Simon Giraudot
|
2a96d5b42d
|
Remove lambda/auto from cxx03 code
|
2019-07-01 14:54:31 +02:00 |
Laurent Rineau
|
5294e53f42
|
Merge pull request #3956 from sgiraudot/Classification-Fix_deprecated_random_shuffle-GF
Classification: use cpp98::random_shuffle to avoid errors in C++17
|
2019-06-17 14:15:23 +02:00 |
Laurent Rineau
|
8089f7c33c
|
Merge pull request #3961 from sgiraudot/Classification-Fix_clusters-GF
[Classification] Make cluster lightweight to copy + fix bbox computation
|
2019-06-17 14:15:20 +02:00 |
Simon Giraudot
|
16a2644e31
|
Make cluster lightweight to copy + fix bbox computation
|
2019-05-27 15:41:03 +02:00 |
Simon Giraudot
|
48dda04768
|
Use cpp98::random_shuffle to avoid errors in C++17
|
2019-05-24 15:13:15 +02:00 |
Simon Giraudot
|
580e71ec7f
|
Add missing include
|
2019-05-15 10:03:32 +02:00 |
Laurent Rineau
|
90782d4b7f
|
Revert the merge of two pull-requests that target CGAL-4.14-branch
- Revert "Merge pull request #3857 from MaelRL/CGAL-Fix_duplicate_non_manifold_vertices-GF"
- Revert "Merge pull request #3898 from lrineau/Mesh_3-stop_during_protection-lrineau"
|
2019-05-14 17:50:45 +02:00 |
albert-github
|
1dd7473818
|
Correction of links
Correction of redirected links and links that moved to another place.
|
2019-04-11 21:37:05 +02:00 |
Andreas Fabri
|
7c2674abc8
|
More links fixed
|
2019-03-20 08:38:40 +01:00 |
Laurent Rineau
|
f5836b2206
|
Merge branch 'releases/CGAL-4.13-branch'
|
2019-03-07 14:31:16 +01:00 |
Laurent Rineau
|
99fe1bc548
|
Merge branch 'releases/CGAL-4.12-branch' into releases/CGAL-4.13-branch
|
2019-03-07 14:26:47 +01:00 |
Simon Giraudot
|
b0f16ee41d
|
Handle border case where xmax and ymax exact values should be used
|
2019-03-04 10:17:52 +01:00 |
Simon Giraudot
|
c41b73fd2a
|
Fix bbox precision and add assertion test
|
2019-03-04 09:26:34 +01:00 |
Simon Giraudot
|
fb63d960e8
|
Update doc based on reviews
|
2019-01-25 09:32:32 +01:00 |
Simon Giraudot
|
c81fbe4688
|
Move all classifiers based on other libraries to dedicated namespaces
|
2019-01-07 11:50:02 +01:00 |
Simon Giraudot
|
3cc1b995be
|
Merge remote-tracking branch 'mine/Classification-Neural_network_and_parallelized_random_forest-GF' into Classification-Neural_network_and_parallelized_random_forest-GF
|
2018-12-21 10:31:00 +01:00 |
Simon Giraudot
|
777f63d038
|
Fix warnings
|
2018-12-20 14:22:51 +01:00 |
Simon Giraudot
|
394746a75d
|
Fix typos from review
|
2018-12-18 16:18:08 +01:00 |
Simon Giraudot
|
74084d1246
|
Add missing includes
|
2018-12-13 15:48:39 +01:00 |
Simon Giraudot
|
35511bae8e
|
Document changes in internal ETHZ random forest library
|
2018-12-12 09:41:05 +01:00 |
Simon Giraudot
|
4e1212b07d
|
Unify default radius parameters values
|
2018-12-12 09:32:23 +01:00 |
Simon Giraudot
|
eeed92c94d
|
Fix usage of concept Range (no resize() method, size should be taken care of by the user
|
2018-12-12 09:16:57 +01:00 |
Simon Giraudot
|
34aa9a5290
|
Document tensorflow classifier + example
|
2018-12-11 16:32:04 +01:00 |
Simon Giraudot
|
6901935aec
|
Add new features based on local height
|
2018-12-11 15:02:27 +01:00 |
Simon Giraudot
|
7ac0eccbb9
|
Add function to copy random forest classifier
|
2018-12-11 12:52:37 +01:00 |
Simon Giraudot
|
c0897c29bf
|
Document new features of Random Forest
|
2018-12-11 12:39:05 +01:00 |
Simon Giraudot
|
7d43e87716
|
Add warning about scope definition of feature generators
|
2018-12-11 12:11:00 +01:00 |
Simon Giraudot
|
f2f919c6bd
|
Add option to change name of label
|
2018-12-11 11:44:11 +01:00 |
Simon Giraudot
|
7f17f352d9
|
Fix bug + improve radius values
|
2018-12-07 10:42:08 +01:00 |
Simon Giraudot
|
e86777c8dc
|
Reduce max memory used
|
2018-12-06 14:59:57 +01:00 |
Simon Giraudot
|
2145a29297
|
Optimizations for random forest training algorithm
|
2018-12-06 14:59:57 +01:00 |
Simon Giraudot
|
fd1c923f6f
|
Add method to get feature usage
|
2018-12-06 14:59:57 +01:00 |
Simon Giraudot
|
0108fa4436
|
Parallelize random forest training algorithm
|
2018-12-06 14:59:57 +01:00 |
Simon Giraudot
|
ebac827658
|
Improve bagging algorithm (30% gain on training timing)
|
2018-12-06 14:59:57 +01:00 |
Simon Giraudot
|
58a6c4cc2f
|
Specialize TensorFlow classifier for GPU processing
|
2018-12-06 14:59:57 +01:00 |
Simon Giraudot
|
335375dbba
|
Fix verbosity
|
2018-12-06 14:59:57 +01:00 |
Simon Giraudot
|
826fb15b37
|
Add possibility to do 3D image instead of 2D
|
2018-12-06 14:59:57 +01:00 |
Simon Giraudot
|
ec520f57d5
|
More improvements using better optimizer
|
2018-12-06 14:59:57 +01:00 |
Simon Giraudot
|
21b0b0ee81
|
Much better version of NN with IO functions
|
2018-12-06 14:59:57 +01:00 |
Simon Giraudot
|
f520f9eb11
|
First version of NN with TensorFlow
|
2018-12-06 14:59:57 +01:00 |
Simon Giraudot
|
642aea115a
|
Add variant of classify() to get detailed output
|
2018-12-06 14:59:56 +01:00 |
Andreas Fabri
|
d2c5e1c210
|
Suppress warning concerning td::fpos::seekpos()
|
2018-11-28 13:29:19 +01:00 |
Simon Giraudot
|
0c2d09ae72
|
Mention change of serialization in the list of changes to the original code
|
2018-10-19 10:24:45 +02:00 |
Simon Giraudot
|
1b6e851774
|
Workaround serialization bug with null pointers
|
2018-10-04 12:03:26 +02:00 |
Sébastien Loriot
|
12651796a0
|
use a generic file with the argt class name being a macro
since several free functions needs to be defined, it seems
to be the simplest and cleanest solution
|
2018-08-28 10:35:46 +02:00 |
Simon Giraudot
|
267b1f475e
|
Fix types in local eigen analysis
|
2018-07-05 09:08:29 +02:00 |
Simon Giraudot
|
566e84f154
|
Fix conversion warnings
|
2018-07-05 09:08:28 +02:00 |