bundles / scipy 1.17.1 / scipy / interpolate / _interpolate / interp1d / __init__
function
scipy.interpolate._interpolate:interp1d.__init__
Signature
def __init__ ( self , x , y , kind = linear , axis = -1 , copy = True , bounds_error = None , fill_value = nan , assume_sorted = False ) Summary
Initialize a 1-D linear interpolation class.
Aliases
-
scipy.interpolate.interp1d.__init__