Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les compléments
Voir le programme détaillé
Classe « SphericalVoronoi »

Méthode scipy.spatial.SphericalVoronoi.calculate_areas

Signature de la méthode calculate_areas

def calculate_areas(self) 

Description

help(SphericalVoronoi.calculate_areas)

Calculates the areas of the Voronoi regions.

For 2D point sets, the regions are circular arcs. The sum of the areas
is ``2 * pi * radius``.

For 3D point sets, the regions are spherical polygons. The sum of the
areas is ``4 * pi * radius**2``.

.. versionadded:: 1.5.0

Returns
-------
areas : double array of shape (npoints,)
    The areas of the Voronoi regions.


Vous êtes un professionnel et vous avez besoin d'une formation ? Mise en oeuvre d'IHM
avec Qt et PySide6
Voir le programme détaillé