Skip to content

thuzax/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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages