Skip to content
/ ia-knn Public
forked from thuzax/ia-knn

Implementation of the KNN algorithm for the Artificial Intelligence class at UFLA

Notifications You must be signed in to change notification settings

eduflm/ia-knn

 
 

Repository files navigation

IA-KNN

Implementation of the KNN algorithm for the Artificial Intelligence class at UFLA

Getting Started

To run this project, open this folder on the terminal and run

$ python3 main.py <path_to_database> <percentage_use_to_test> <numbers_of_k_to_test>

For example:

$ python3 main.py spambase/spambase.data 0.10 1 3 5 7

Prerequisites

This project only has PrettyTable as a dependency

pip3 install --user prettytable

Built With

Authors

About

Implementation of the KNN algorithm for the Artificial Intelligence class at UFLA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%