How to add custom parameter to DBSCAN
I have been working to create a custom DBSCAN where I can create a custom parameter to filter distances based on Taxi ID to see which taxis are creating a traffic blockage. I have time and distance matrices added but I am stuck on how to create a new eps to filter taxis based on ID. If the eps value is high then different Taix ID should be clustered and if low same taxi. Any tips on how to proceed ? Thank you