2024-CMPU9010-GROUP-3 / magpie

Group 3 project for the TU Dublin ASD/DS masters course
GNU Affero General Public License v3.0
5 stars 0 forks source link

Add parking lot category in classification #480

Closed JessicaFornetti closed 4 days ago

JessicaFornetti commented 4 days ago

Description

Adds parking lot category in classification of parking spots

Fixes #467

Type of change

Please select the option that best describes the changes made:

Changes

Adds parking lot category in classification of parking spots, through clustering. Tested different clustering algorithms and settled on DBSCAN. Adds drawing of the clusters and the classification labels to make testing easier.