You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: