Skip to content

c++ library for classification problem, implementing KNN classifier

License

Notifications You must be signed in to change notification settings

Ajver/KNN-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KNN-classifier

c++ library for classification problem, implementing KNN classifier.

Read about KNN classifier here: LINK.

Project structure

All code is written heavily using OOP principles. It utilizes abstract base classes to make adding new classifiers or KNN components straightforward.

Class structure diagram:

classes structure

Compile and run

Compile everything:

make

Above will create an executable located in: build/KNN-classifier

Run the program:

make run

To clean the build:

make clean

Running unit tests

requires gtest library

Fedora installation:

sudo dnf install gtest-devel

Run tests

make test

About

c++ library for classification problem, implementing KNN classifier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published