Merge branch 'linear-regression-3d' into 'master'
Linear regression 3d See merge request Simox/simox!84
No related branches found
No related tags found
Showing
- SimoxUtility/CMakeLists.txt 4 additions, 0 deletionsSimoxUtility/CMakeLists.txt
- SimoxUtility/math.h 1 addition, 0 deletionsSimoxUtility/math.h
- SimoxUtility/math/regression.h 5 additions, 0 deletionsSimoxUtility/math/regression.h
- SimoxUtility/math/regression/linear3d.cpp 86 additions, 0 deletionsSimoxUtility/math/regression/linear3d.cpp
- SimoxUtility/math/regression/linear3d.h 76 additions, 0 deletionsSimoxUtility/math/regression/linear3d.h
- SimoxUtility/tests/math/CMakeLists.txt 1 addition, 1 deletionSimoxUtility/tests/math/CMakeLists.txt
- SimoxUtility/tests/math/regression/CMakeLists.txt 1 addition, 0 deletionsSimoxUtility/tests/math/regression/CMakeLists.txt
- SimoxUtility/tests/math/regression/linear3d.cpp 95 additions, 0 deletionsSimoxUtility/tests/math/regression/linear3d.cpp
SimoxUtility/math/regression.h
0 → 100644
SimoxUtility/math/regression/linear3d.cpp
0 → 100644
SimoxUtility/math/regression/linear3d.h
0 → 100644
Please register or sign in to comment