compare_algorithms

Function compare_algorithms 

Source
pub fn compare_algorithms(
    points: &ArrayView2<'_, f64>,
) -> SpatialResult<Vec<(ConvexHullAlgorithm, SpatialResult<ConvexHull>)>>
Expand description

Compare different algorithms on the same point set

This function runs multiple algorithms on the same point set and compares their results, useful for algorithm validation and research.

§Arguments

  • points - Input points

§Returns

  • Results from different algorithms with comparison metrics