TheAlgorithms-C-Plus-Plus/machine_learning
Luiz Carlos Cosmi Filho a8af29bf65
feat: add k-nearest neighbors algorithm (#2416)
* feat: add k-nearest neighbors, class Knn

* updating DIRECTORY.md

* clang-format and clang-tidy fixes for 8dfacfdf

* fix: comments in k-nearest neighbors

* test: add more tests for k-nearest-neighbors algorithm

* fix: description of k-nearest neighbors algorithm

* chore: apply suggestions from code review

---------

Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2023-01-31 13:47:26 -06:00
..
a_star_search.cpp [feat/fix]: A Star Search Improvement (#1566) 2021-08-27 12:50:40 -05:00
adaline_learning.cpp [cpp fixes] tidied up code based on error reports by clang-tidy (#950) 2020-07-13 07:52:38 -04:00
CMakeLists.txt
iris.csv feat: Add Neural Network (Multilayer Perceptron) (#1025) 2020-08-19 15:25:32 -04:00
k_nearest_neighbors.cpp feat: add k-nearest neighbors algorithm (#2416) 2023-01-31 13:47:26 -06:00
kohonen_som_topology.cpp [cpp fixes] tidied up code based on error reports by clang-tidy (#950) 2020-07-13 07:52:38 -04:00
kohonen_som_trace.cpp [cpp fixes] tidied up code based on error reports by clang-tidy (#950) 2020-07-13 07:52:38 -04:00
neural_network.cpp docs: Imporoved Documentation in neural_network.cpp (#1331) 2020-10-18 14:20:12 -05:00
ordinary_least_squares_regressor.cpp fix: mispelling in... 2021-02-11 20:35:45 -06:00
vector_ops.hpp fix: error handling in opening of external files (neural_network.cpp). (#1044) 2020-08-26 12:56:31 -05:00