lewardo / libml

yet another C++ machine learning library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libml

yet another C++ machine learning library

# make build directory
mkdir build && cd build
# generate cmake files
cmake ..
# build library and tests
cmake --build . --target libml-test
# run tests
ctest --verbose --build-config "Debug"
# install library (currently only local)
cmake --build . --target install

About

yet another C++ machine learning library

License:GNU General Public License v3.0


Languages

Language:CMake 83.2%Language:C++ 12.7%Language:C 4.1%