cvtm_1d_test
cvtm_1d_test,
a MATLAB code which
calls cvtm_1d(), which
estimates a mirror-periodic centroidal Voronoi Tessellation (CVTP) in the
periodic interval [0,1], using a version of Lloyd's iteration.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the MIT license
Related Data and Programs:
cvtm_1d,
a MATLAB code which
estimates a mirror-periodic centroidal Voronoi Tessellation (CVTM) in the
periodic interval [0,1], using a version of Lloyd's iteration.
Source Code:
-
cvtm_1d_energy.png
a PNG image of the "energy" of the partition, which is the averaged sum of
squares of the distances between each sample point and its nearest generator.
-
cvtm_1d_generators.png
a PNG image of the evolution or trajectories of the generators as the
iteration proceeds.
-
cvtm_1d_motion.png
a PNG image of the "motion" of the generators, which is the averaged distance
each generator moves during an iteration.
Last revised on 15 December 2018.