Filling gaps in a numpy array

后端 未结 5 666
旧时难觅i
旧时难觅i 2020-12-05 01:39

I just want to interpolate, in the simplest possible terms, a 3D dataset. Linear interpolation, nearest neighbour, all that would suffice (this is to start off some algorith

5条回答
  •  情话喂你
    2020-12-05 01:55

    Maybe what you are looking for is a machine learning algorithm, like a neural network or a support vector machine.

    You may check this page, which has some links to SVM packages for python: http://web.media.mit.edu/~stefie10/technical/pythonml.html

提交回复
热议问题