This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR1843BOOST: Lab0008Automated Parking: What's the goal of epsilon in DBSCAN algorithm?

Part Number: AWR1843BOOST

Hello, 

I wonder the affect tuning epsilon parameter in Automated parking, does really affect the cluster size? I need explanation of how to set epsilon parameter based the environment.

Why is default epsilon value in Automated Parking is 0.4?  what the goal of choosing this value in Automated parking project?

Thanks,

Mostafa

  • Hi Mostafa,

    This is a parameter for DBSCAN algorithm. You can find resources for it which explain the overall algorithm online.

    Epsilon is a key tunable parameter for DBSCAN. It determines the maximum distance between two points which can still be considered to be in the same cluster. It must have been tuned for the particular use case of automated parking to the value of 0.4.

    Regards,

    Aayush