scipy.interpolate.KroghInterpolator. __call__# KroghInterpolator.__call__(x)[源代码]# 计算插值 参数: xarray_like用于计算插值的点或点集。 返回: yarray_like插值后的值。形状由原始数组中插值轴替换为x的形状确定。 备注 输入值x必须可以转换为float值,例如int或float。