We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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] ]
The text was updated successfully, but these errors were encountered:
已得到解决
Sorry, something went wrong.
请问你这个是怎么解决的
No branches or pull requests
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]
]
The text was updated successfully, but these errors were encountered: