GitXplorerGitXplorer
l

knn

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
aa48da4e9adfe62a70a2958839fa95003e49af10

Fixing bug and remove couts

llucaskanashiro committed 10 years ago
Unverified
5e90f122b388b64ff05856c5c6400c3a6eaa6453

Update README with build instructions

llucaskanashiro committed 10 years ago
Unverified
af0ded6f1c432cf1555e66921c288db19a75fa82

Updated the user interface

llucaskanashiro committed 10 years ago
Unverified
eebba2578d9743a016c509212d1fc47579324232

Removed some dead code

llucaskanashiro committed 10 years ago
Unverified
29b38813528707bbb52d3559a4aec30fd0d3de3d

Fixing some bugs and upgrade the output

llucaskanashiro committed 10 years ago
Unverified
329bc26d143b62366255df7a2806da6dab6c452b

Try to fix bug

llucaskanashiro committed 10 years ago

README

The README file for this repository.

knn

K-nearest neighbor algorithm. Case of handwritten numbers.

Build project:

To build this project you must only execute "make" in your terminal.

PS.: You'll have some tips of how execute the program when you'd execute "./KNN help" after building.

Finding the code:

This project is avaiable in https://github.com/lucaskanashiro/knn. I'm accepting any PR to improve this study case project ;-)