You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/remapping.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -396,8 +396,8 @@
396
396
"source": [
397
397
"For inverse distance weighted remapping the parameters are the same as nearest neighbor with the addition of two extra parameters we can use to change the remapping parameters.\n",
398
398
"\n",
399
-
"* `power` controls how local or global the remapping is, the larger this value the less influence points that are further away have.\n",
400
-
"* `k` is the number of neighbors to use in the weighted average."
399
+
"* `power` controls how local or global the remapping is, the larger this value the less influence points that are further away have. Default is 2.\n",
400
+
"* `k` is the number of neighbors to use in the weighted average. Default is 8."
0 commit comments