Skip to main content
Question

Does anyone know the algorithm used in the VoronoiDiagramer transformer?

  • November 29, 2023
  • 1 reply
  • 17 views

Just curious about it as there are different approaches, and would like to understand better my results and analysis.

1 reply

hkingsbury
Celebrity
Forum|alt.badge.img+64
  • Celebrity
  • November 30, 2023

Often the documentation will say what algorithm it uses, but in this case it doesn't.

 

The only "confirmation" I can draw is that it looks like it uses euclidean distance as the diagrams shown here (https://en.wikipedia.org/wiki/Voronoi_diagram), matches what is produced in FME