bundles / scipy latest / scipy / interpolate / _rbfinterp / RBFInterpolator / __init__
function
scipy.interpolate._rbfinterp:RBFInterpolator.__init__
Signature
def __init__ ( self , y , d , neighbors = None , smoothing = 0.0 , kernel = thin_plate_spline , epsilon = None , degree = None ) Summary
No Docstrings
Aliases
-
scipy.interpolate.RBFInterpolator.__init__