Skip to content

Commit 57d5097

Browse files
committed
Documentation update
1 parent 966b404 commit 57d5097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygem/rbf_factory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ def thin_plate_spline(X, r=1, k=2):
8686
\\left(\\frac{\\boldsymbol{x}}{r}\\right)^k
8787
\\ln\\frac{\\boldsymbol{x}}{r}
8888
89+
With k=2 the function is "radius free", that means independent of radius value.
90+
8991
:param numpy.ndarray X: the norm x in the formula above.
9092
:param float r: the parameter r in the formula above.
9193
:param float k: the parameter k in the formula above.
9294
93-
With k=2 the function is "radius free", that means independent of radius value.
94-
9595
:return: result: the result of the formula above.
9696
:rtype: float
9797
"""

0 commit comments

Comments
 (0)