Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于expression和points返回结果出错 #25

Closed
NJAUzhangwenjun opened this issue May 28, 2019 · 2 comments
Closed

关于expression和points返回结果出错 #25

NJAUzhangwenjun opened this issue May 28, 2019 · 2 comments

Comments

@NJAUzhangwenjun
Copy link

data:[
[1, "0.5"],[2, "0.75"],[3, "1"],[4, "1.25"],[5, "1.5"],[6, "1.75"],[7, "2"],[8, "2.25"],
]

返回错误数值:

myRegression.expression返回结果为:y = NaNx + NaN,
myRegression.points二维数组返回结果为:
 [
[1, NaN],[2, NaN],[3, NaN],[4, NaN],[5, NaN],[6, NaN],[7, NaN],[8, NaN]
]

@NJAUzhangwenjun
Copy link
Author

已得到解决

@1234567845246
Copy link

已得到解决

请问你这个是怎么解决的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants