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 ? Deep Learning avec Python
et Keras et Tensorflow
Voir le programme détaillé
Classe « NearestNDInterpolator »

Méthode scipy.interpolate.NearestNDInterpolator.__call__

Signature de la méthode __call__

def __call__(self, *args, **query_options) 

Description

help(NearestNDInterpolator.__call__)

Evaluate interpolator at given points.

Parameters
----------
x1, x2, ... xn : array-like of float
    Points where to interpolate data at.
    x1, x2, ... xn can be array-like of float with broadcastable shape.
    or x1 can be array-like of float with shape ``(..., ndim)``
**query_options
    This allows ``eps``, ``p``, ``distance_upper_bound``, and ``workers``
    being passed to the cKDTree's query function to be explicitly set.
    See `scipy.spatial.cKDTree.query` for an overview of the different options.

    .. versionadded:: 1.12.0



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é