Closed patrickjdanaher closed 2 years ago
We probably don't need the config objects like we used in the TAP pipeline; it'd be simpler if our functions just took simple arguments.
For advanced settings, we could use a "config" or "control" argument used in many functions. For an example, see mclust::Mclust or umap::umap.
current function is taking direct arguments. The only config it takes are for the Delaunay network at the actual re-segmentation step.
We probably don't need the config objects like we used in the TAP pipeline; it'd be simpler if our functions just took simple arguments.
For advanced settings, we could use a "config" or "control" argument used in many functions. For an example, see mclust::Mclust or umap::umap.