Skip to content

zsmn/knn_study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KNN & PCA

This project was designed for KNN and PCA Algorithm study

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

First clone this repository

git clone https://github.com/zsmn/knn_study.git

Installing

Now after clone the repository you will need to run the Makefile file

make

Note that this will make and run only the PCA Algorithm files! To run the KNN algorithm, you may use this:

g++ knn.cpp -o knn

And run the .exe with

./knn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published