scipy.interpolate.KroghInterpolator. __call__# KroghInterpolator.__call__(x)[源代码]# 评估插值函数 参数: xarray_like要评估插值的点或点。 返回: yarray_like插值值。形状是通过将原始数组中的插值轴替换为 x 的形状来确定的。 注释 输入值 x 必须可以转换为 float 值,例如 int 或 float。