It’s supported. You wouldn’t use a sampling method but instead would use the direct constructor. You just use for example radial_basis = RadialBasis(xys, zs, lower_bound, upper_bound) where xyz and zs match the format that the sampling methods generate.
If you open an issue we can probably add a tutorial.