scipy.interpolate.InterpolatedUnivariateSpline.

set_smoothing_factor#

InterpolatedUnivariateSpline.set_smoothing_factor(s)[源代码]#

使用给定的平滑因子 s 和上次调用时找到的节点继续样条计算。

此例程就地修改样条。