Skip to content

elbence/EI1017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EI1017 - Classification App

Project developed by El Mehdi Gassa Malki and Juan José Porcar Castillo

Java program developed with JavaFx implementing a simple interface to classify data with two known ML algorithms, KMeans and KNN.

Main functionalities

The program allows the user to load data from csv files with headers and then train two different algorithms to guess new inputs. The user can also change the way distances between inputs are calculated on runtime between manhattan or euclidean distance.

Other aspects

This project not only features the program with the visual interface, but also the implementation of both algorithms in java with a simple interface that only has two methods, train and guess, making the code more functional and keeping it simple.

The code comes with a suite of tests showcasing the usage of the algorithms implemented and some other critical points.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages