Is Radial Basis Function interpolation sensible to the scattered point configuration?
I seem to be having problems for scattered points $(x_i,y_i)$ that are illustrated below:

The values $f(x,y)$ can be generated using an fBm generator.
Interpolation is then done using the RBF technique:
$ f(\textbf{x})=\sum_{k=1}^N c_k \phi(\lVert \textbf{x}-\textbf{x}_k\rVert) $
where $\textbf{x}_k$ are the scattered points illustrated above and $\textbf{x}=(x,y)$.