Fit a 3D line to 3D point data in Java?

前端 未结 3 1115
广开言路
广开言路 2021-01-12 03:48

I\'ve spent a decent amount of time trying to hunt down a simple way of doing this - ideally, a magical library exists out there somewhere that will take my set of 3D data p

3条回答
  •  梦毁少年i
    2021-01-12 04:20

    Google for "java linear least squares regression library" and you should find a few options. One is Drej. I have not used this myself, though.

    EDIT - I'm not confident this answers the question - I don't know whether 3D data is supported.

提交回复
热议问题