How do we cluster a set of lines in space
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
MathWorks Support Team
il 12 Giu 2018
Commentato: Sim
il 5 Lug 2022
How do we cluster a set of lines in space?
Risposta accettata
MathWorks Support Team
il 12 Giu 2018
MATLAB does not have any built-in functions specifically for clustering lines. However, you could achieve the goal of clustering lines following these two steps:
1. Define the distance between the lines. There are many ways of defining this and you should choose the most appropriate one based on the objective of your application. Just as an example, you can choose Hausdorff distance.
2. Based on the distances you calculated in step 1, run any clustering method to cluster the lines. For example, you can use kmeans.
1 Commento
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Cluster Analysis and Anomaly Detection in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!