forum.alglib.net http://forum.alglib.net/ |
|
RBF for 3D points http://forum.alglib.net/viewtopic.php?f=2&t=2265 |
Page 1 of 1 |
Author: | rhaguirrem [ Sat Mar 07, 2015 6:01 pm ] |
Post subject: | RBF for 3D points |
Im trying to use RBF interpolation to model a variable U = f(x,y,z), where U is a scalar value, and (x,y,z) belongs to a set of 3D points. If I understand correctly such model can be creatd as follows: alglib.rbfmodel Umodel; alglib.rbfcreate(3, 1, out Umodel); However, I don't know how to add the data set, since the function alglib.rbfsetpoints(Umodel, dataset); only seems to supports a bi-dimensional array for dataset. Best regards, Roberto Aguirre Maturana La Serena, Chile. |
Author: | billgate123 [ Fri Mar 20, 2015 11:05 am ] |
Post subject: | Re: RBF for 3D points |
However, I don't know how to add the data set, since the function alglib.rbfsetpoints(Umodel, dataset); only seems to supports a bi-dimensional array for dataset. ............................. |
Page 1 of 1 | All times are UTC |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |