Closed jeremymanning closed 2 years ago
A nice way to implement this might be to have a template class for each module (plot, vectorize, manip, align, cluster, reduce) and then define instances of each class for specific sub-modules.
(renaming vectorize --> vec)
it'd be nice to organize code in modules and sub-modules, each with a consistent (well-documented!) API so that sub-modules (or modules) may be easily extended and added, along with a defaults specified in the config.ini file under its own section or sub-section: