tsoding / data-mining-in-c

Notes and Source Code from the Data Mining in C series.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Mining in C

Notes and Source Code from the Data Mining in C series.

Quick Start

Build is only supported on Linux.

$ cc -o nob nob.c
$ ./nob

About

Notes and Source Code from the Data Mining in C series.

License:MIT License


Languages

Language:C 93.2%Language:C++ 6.8%