dpilger26 / NumCpp

C++ implementation of the Python Numpy library

Home Page:https://dpilger26.github.io/NumCpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poly1d fit function example

wuyoujie opened this issue · comments

Sorry my English is not good, I use google translate.

I don't know if this is a bug.

截圖 2022-08-01 下午4 21 06

Could you please give me an example of the fit() function 😄.

thank you very much.

Solved after adding y.reshape(6,1);