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

[Survival] Centralize the CBICA model info #112

Open
dboun opened this issue Mar 4, 2020 · 0 comments
Open

[Survival] Centralize the CBICA model info #112

dboun opened this issue Mar 4, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@dboun
Copy link
Collaborator

dboun commented Mar 4, 2020

The model information (paper, authors, links, etc) shouldn't be in multiple places. It should either be offered from a static function of the module class (captk::Survival), like static std::string cbica::Survival::GetDefaultModelInfoString() or be in a simple file and be read from there. I think the first one is best.

Obviously the solution to this will affect other algorithms in the future (everything that will be shipped with a in-house model). If we do a base class for algorithms, it will have to be there

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

No branches or pull requests

1 participant