pwtools
Navigation
API Reference
Features
Installation
Tutorial
Background, details, special topics
Related Topics
Documentation overview
API Reference
rbf.core
pwtools.rbf.core.Rbf
Previous:
pwtools.rbf.core.Rbf.get_params
Next:
pwtools.rbf.core._np_distsq
Quick search
pwtools.rbf.core.Rbf.predict
¶
Rbf.
predict
(
points
)
[source]
¶
Evaluate model at
points
.
Parameters
:
points
(
2d array
(
L
,
N
) or
(
N
,
)
)
Returns
:
vals
Return type
:
1d array (L,) or scalar