Adds parking lot category in classification of parking spots
Fixes #467
Type of change
Please select the option that best describes the changes made:
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Documentation update
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.
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.