CSRT-NTUA / AlgoPlus

AlgoPlus is a C++17 library for complex data structures and algorithms
https://csrt-ntua.github.io/AlgoPlus
Apache License 2.0
160 stars 20 forks source link

Add test cases for classes that don't have for the machine_learning folder #55

Closed spirosmaggioros closed 1 month ago

spirosmaggioros commented 3 months ago

A couple of classes at src/machine_learning do not have test cases. We should add test cases for them in the tests folder.

spirosmaggioros commented 1 month ago

This is closed as machine learning classes have test cases now