This commit is contained in:
Mael Rouxel-Labbé 2021-09-08 15:54:32 +02:00
parent 64738572f8
commit 80c81a2c17
3 changed files with 3 additions and 3 deletions

View File

@ -67256,7 +67256,7 @@ generated in O(dn2d+1) time. We present a simple proof that the (d -
@article{gz-edcap-93
, author = "T. Gonzalez and S.-Q. Zheng"
, title = "An efficient divide and conquer approximation algorithm for partitionning into {D}-boxes"
, title = "An efficient divide and conquer approximation algorithm for partitioning into {D}-boxes"
, journal = "Internat. J. Comput. Geom. Appl."
, volume = 3
, year = 1993

View File

@ -635,7 +635,7 @@ Function `remove_outliers()` deletes a user-specified fraction of
outliers from an input point set. More specifically, it partitions the
input points with respect to the average squared distances to their
nearest neighbors and deletes the points with largest value, either
partitionning with a threshold or removing a fixed percentage. The
partitioning with a threshold or removing a fixed percentage. The
user can either specify a fixed number of nearest neighbors or a fixed
spherical neighborhood radius.

View File

@ -78,7 +78,7 @@ find_package(METIS)
include(CGAL_METIS_support)
set_package_properties(
METIS PROPERTIES
DESCRIPTION "A library for partitionning."
DESCRIPTION "A library for partitioning."
PURPOSE "Requiered for the partition plugin.")
# Activate concurrency?