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 « BarycentricInterpolator »

Méthode scipy.interpolate.BarycentricInterpolator.__call__

Signature de la méthode __call__

def __call__(self, x) 

Description

help(BarycentricInterpolator.__call__)

Evaluate the interpolating polynomial at the points x

Parameters
----------
x : array_like
    Point or points at which to evaluate the interpolant.

Returns
-------
y : array_like
    Interpolated values. Shape is determined by replacing
    the interpolation axis in the original array with the shape of `x`.

Notes
-----
Currently the code computes an outer product between `x` and the
weights, that is, it constructs an intermediate array of size
``(N, len(x))``, where N is the degree of the polynomial.


Vous êtes un professionnel et vous avez besoin d'une formation ? Coder avec une
Intelligence Artificielle
Voir le programme détaillé