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

'predict' was not declared in this scope #15

Open
guozj583 opened this issue Oct 13, 2021 · 0 comments
Open

'predict' was not declared in this scope #15

guozj583 opened this issue Oct 13, 2021 · 0 comments

Comments

@guozj583
Copy link

hi yiakwy:

I configure the environment in ubuntu18.04 system as you say in README, all is well, and I encounter a error when I make build the project, the error log is as follow:

~/SEMANTIC_VISUAL_SUPPORTED_ODEMETRY/modules/models/linear/line.cpp: In member function 'void svso::models::linear::LinearModel::fit (const MatrixXd&, const VectorXd&)':
~/SEMANTIC_VISUAL_SUPPORTED_ODEMETRY/modules/models/linear/line.cpp:41:5: error: 'predict' was not declared in this scope
predict(X, fittedVals);
^~~~~~~
~/SEMANTIC_VISUAL_SUPPORTED_ODEMETRY/modules/models/linear/line.cpp:41:5: note: suggested alternative: 'pselect'
predict(X, fittedVals);
^~~~~~~
pselect

Is this syntax error ?
thanks.

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

1 participant