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

Improve addpath in methods using C code #12

Closed
javism opened this issue Nov 7, 2017 · 0 comments
Closed

Improve addpath in methods using C code #12

javism opened this issue Nov 7, 2017 · 0 comments

Comments

@javism
Copy link
Contributor

javism commented Nov 7, 2017

Methods using C code such as SVORIM, SVOREX... perform addpath only in runAlgorithm. However, if the train/test methods are called there is an error since addpath is only added in runAlgorithm.

Potential solutions are:

  • Place addpath in the constructor and rmpath in the destructor (more general)
  • Add addpath/rmpath in train and test methods.
@javism javism mentioned this issue Dec 5, 2017
javism added a commit that referenced this issue Dec 5, 2017
@javism javism closed this as completed Dec 5, 2017
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